Html Css Color HEX #62031B Pohutukawa

📋 copy color: '#62031B'

red 98 ◦ green 3 ◦ blue 27

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

Shades of Pohutukawa #62031B

Tints of Pohutukawa #62031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

 BLUE value IS 27 (10.94% from 255) = 21.09%

R = 76.56%
G = 2.34%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62031B (or 0x62031B) is known color: Pohutukawa. HEX triplet: 62, 03 and 1B. RGB value is (98,3,27). Sum of RGB (Red+Green+Blue) = 98+3+27=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #62031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62031B is #9DFCE4. Grayscale: #222222. Windows color (decimal): -10353893 or 1770338. OLE color: 1770338.

HSL color Cylindrical-coordinate representation of color #62031B: hue angle of 344.84º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62031B is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 3 27 -
CMYK 0 0.97 0.72 0.62
HSL 344.84º 0.94% 0.2% -
HSV(B) 344.84º 0.97% 0.38% -
XYZ 5.27 2.74 1.29 -
YUV 34.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 98 3 27 0 0.97 0.72 0.62 344.84 0.94 0.2
Hex 62 3 1B 0 61 48 3E 159 5E 14
Octal 142 3 33 0 141 110 76 531 136 24
Binary 1100010 11 11011 0 1100001 1001000 111110 101011001 1011110 10100

Color Harmonies of #62031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62031B

Black with #62031B

Text Example


Text Example

White with #62031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,3,27); }

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

background-color css

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

 a { background-color: rgb(98,3,27); }

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

border-color css

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

 span { border-color: rgb(98,3,27); }

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