Html Css Color HEX #620724 Pohutukawa

📋 copy color: '#620724'

red 98 ◦ green 7 ◦ blue 36

#620724
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #620724

Tints of Pohutukawa #620724

RGB

 RED value IS 98 (38.67% from 255) = 69.5%

 GREEN value IS 7 (3.13% from 255) = 4.96%

 BLUE value IS 36 (14.45% from 255) = 25.53%

R = 69.5%
G = 4.96%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#620724 (or 0x620724) is known color: Pohutukawa. HEX triplet: 62, 07 and 24. RGB value is (98,7,36). Sum of RGB (Red+Green+Blue) = 98+7+36=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #620724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620724 is #9DF8DB. Grayscale: #252525. Windows color (decimal): -10352860 or 2361186. OLE color: 2361186.

HSL color Cylindrical-coordinate representation of color #620724: hue angle of 340.88º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620724 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 7 36 -
CMYK 0 0.93 0.63 0.62
HSL 340.88º 0.87% 0.21% -
HSV(B) 340.88º 0.93% 0.38% -
XYZ 5.43 2.88 1.94 -
YUV 37.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 98 7 36 0 0.93 0.63 0.62 340.88 0.87 0.21
Hex 62 7 24 0 5D 3F 3E 155 57 15
Octal 142 7 44 0 135 77 76 525 127 25
Binary 1100010 111 100100 0 1011101 111111 111110 101010101 1010111 10101

Color Harmonies of #620724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620724

Black with #620724

Text Example


Text Example

White with #620724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620724; }

 p { color: rgb(98,7,36); }

 H1.HeaderClassName
 {
   color: #620724;
 }
 .AnyTagClassName
 {
   color: #620724;
 }
</style>

background-color css

<style>
 a { background-color: #620724; }

 a { background-color: rgb(98,7,36); }

 div.DivClassName
 {
   background-color: #620724;
 }
 .BgClassName
 {
   background-color: #620724;
 }
</style>

border-color css

<style>
 span { border-color: #620724; }

 span { border-color: rgb(98,7,36); }

 td.TdClassName
 {
   border-color: #620724;
 }
 .TagClassName
 {
   border-color: #620724;
 }
</style>