Html Css Color HEX #620F24 Pohutukawa

📋 copy color: '#620F24'

red 98 ◦ green 15 ◦ blue 36

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

Shades of Pohutukawa #620F24

Tints of Pohutukawa #620F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.07%

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

R = 65.77%
G = 10.07%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#620F24 (or 0x620F24) is known color: Pohutukawa. HEX triplet: 62, 0F and 24. RGB value is (98,15,36). Sum of RGB (Red+Green+Blue) = 98+15+36=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #620F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F24 is #9DF0DB. Grayscale: #2A2A2A. Windows color (decimal): -10350812 or 2363234. OLE color: 2363234.

HSL color Cylindrical-coordinate representation of color #620F24: hue angle of 344.82º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F24 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 15 36 -
CMYK 0 0.85 0.63 0.62
HSL 344.82º 0.73% 0.22% -
HSV(B) 344.82º 0.85% 0.38% -
XYZ 5.53 3.07 1.97 -
YUV 42.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 98 15 36 0 0.85 0.63 0.62 344.82 0.73 0.22
Hex 62 F 24 0 55 3F 3E 159 49 16
Octal 142 17 44 0 125 77 76 531 111 26
Binary 1100010 1111 100100 0 1010101 111111 111110 101011001 1001001 10110

Color Harmonies of #620F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F24

Black with #620F24

Text Example


Text Example

White with #620F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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