Html Css Color HEX #622024 Pohutukawa

📋 copy color: '#622024'

red 98 ◦ green 32 ◦ blue 36

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

Shades of Pohutukawa #622024

Tints of Pohutukawa #622024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 59.04%
G = 19.28%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#622024 (or 0x622024) is known color: Pohutukawa. HEX triplet: 62, 20 and 24. RGB value is (98,32,36). Sum of RGB (Red+Green+Blue) = 98+32+36=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #622024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622024 is #9DDFDB. Grayscale: #343434. Windows color (decimal): -10346460 or 2367586. OLE color: 2367586.

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

Color convert

RGB 98 32 36 -
CMYK 0 0.67 0.63 0.62
HSL 356.36º 0.51% 0.25% -
HSV(B) 356.36º 0.67% 0.38% -
XYZ 5.87 3.76 2.08 -
YUV 52.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 98 32 36 0 0.67 0.63 0.62 356.36 0.51 0.25
Hex 62 20 24 0 43 3F 3E 164 33 19
Octal 142 40 44 0 103 77 76 544 63 31
Binary 1100010 100000 100100 0 1000011 111111 111110 101100100 110011 11001

Color Harmonies of #622024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622024

Black with #622024

Text Example


Text Example

White with #622024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622024; }

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

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

background-color css

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

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

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

border-color css

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

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

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