Html Css Color HEX #62222B Pohutukawa

📋 copy color: '#62222B'

red 98 ◦ green 34 ◦ blue 43

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

Shades of Pohutukawa #62222B

Tints of Pohutukawa #62222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

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

R = 56%
G = 19.43%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62222B (or 0x62222B) is known color: Pohutukawa. HEX triplet: 62, 22 and 2B. RGB value is (98,34,43). Sum of RGB (Red+Green+Blue) = 98+34+43=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62222B is #9DDDD4. Grayscale: #363636. Windows color (decimal): -10345941 or 2826850. OLE color: 2826850.

HSL color Cylindrical-coordinate representation of color #62222B: hue angle of 351.56º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62222B is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 34 43 -
CMYK 0 0.65 0.56 0.62
HSL 351.56º 0.48% 0.26% -
HSV(B) 351.56º 0.65% 0.38% -
XYZ 6.05 3.92 2.72 -
YUV 54.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 98 34 43 0 0.65 0.56 0.62 351.56 0.48 0.26
Hex 62 22 2B 0 41 38 3E 160 30 1A
Octal 142 42 53 0 101 70 76 540 60 32
Binary 1100010 100010 101011 0 1000001 111000 111110 101100000 110000 11010

Color Harmonies of #62222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62222B

Black with #62222B

Text Example


Text Example

White with #62222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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