Html Css Color HEX #62212B Pohutukawa

📋 copy color: '#62212B'

red 98 ◦ green 33 ◦ blue 43

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

Shades of Pohutukawa #62212B

Tints of Pohutukawa #62212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 56.32%
G = 18.97%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62212B (or 0x62212B) is known color: Pohutukawa. HEX triplet: 62, 21 and 2B. RGB value is (98,33,43). Sum of RGB (Red+Green+Blue) = 98+33+43=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62212B is #9DDED4. Grayscale: #353535. Windows color (decimal): -10346197 or 2826594. OLE color: 2826594.

HSL color Cylindrical-coordinate representation of color #62212B: hue angle of 350.77º 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 #62212B is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 33 43 -
CMYK 0 0.66 0.56 0.62
HSL 350.77º 0.5% 0.26% -
HSV(B) 350.77º 0.66% 0.38% -
XYZ 6.02 3.86 2.71 -
YUV 53.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 98 33 43 0 0.66 0.56 0.62 350.77 0.5 0.26
Hex 62 21 2B 0 42 38 3E 15F 32 1A
Octal 142 41 53 0 102 70 76 537 62 32
Binary 1100010 100001 101011 0 1000010 111000 111110 101011111 110010 11010

Color Harmonies of #62212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62212B

Black with #62212B

Text Example


Text Example

White with #62212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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