Html Css Color HEX #62212F Pohutukawa

📋 copy color: '#62212F'

red 98 ◦ green 33 ◦ blue 47

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

Shades of Pohutukawa #62212F

Tints of Pohutukawa #62212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 55.06%
G = 18.54%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62212F (or 0x62212F) is known color: Pohutukawa. HEX triplet: 62, 21 and 2F. RGB value is (98,33,47). Sum of RGB (Red+Green+Blue) = 98+33+47=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62212F is #9DDED0. Grayscale: #363636. Windows color (decimal): -10346193 or 3088738. OLE color: 3088738.

HSL color Cylindrical-coordinate representation of color #62212F: hue angle of 347.08º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62212F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 33 47 -
CMYK 0 0.66 0.52 0.62
HSL 347.08º 0.5% 0.26% -
HSV(B) 347.08º 0.66% 0.38% -
XYZ 6.09 3.89 3.12 -
YUV 54.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 98 33 47 0 0.66 0.52 0.62 347.08 0.5 0.26
Hex 62 21 2F 0 42 34 3E 15B 32 1A
Octal 142 41 57 0 102 64 76 533 62 32
Binary 1100010 100001 101111 0 1000010 110100 111110 101011011 110010 11010

Color Harmonies of #62212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62212F

Black with #62212F

Text Example


Text Example

White with #62212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62212F; }

 p { color: rgb(98,33,47); }

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

background-color css

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

 a { background-color: rgb(98,33,47); }

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

border-color css

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

 span { border-color: rgb(98,33,47); }

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