Html Css Color HEX #62041B Pohutukawa

📋 copy color: '#62041B'

red 98 ◦ green 4 ◦ blue 27

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

Shades of Pohutukawa #62041B

Tints of Pohutukawa #62041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

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

R = 75.97%
G = 3.1%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62041B (or 0x62041B) is known color: Pohutukawa. HEX triplet: 62, 04 and 1B. RGB value is (98,4,27). Sum of RGB (Red+Green+Blue) = 98+4+27=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #62041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62041B is #9DFBE4. Grayscale: #222222. Windows color (decimal): -10353637 or 1770594. OLE color: 1770594.

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

Color convert

RGB 98 4 27 -
CMYK 0 0.96 0.72 0.62
HSL 345.32º 0.92% 0.2% -
HSV(B) 345.32º 0.96% 0.38% -
XYZ 5.28 2.76 1.29 -
YUV 34.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 98 4 27 0 0.96 0.72 0.62 345.32 0.92 0.2
Hex 62 4 1B 0 60 48 3E 159 5C 14
Octal 142 4 33 0 140 110 76 531 134 24
Binary 1100010 100 11011 0 1100000 1001000 111110 101011001 1011100 10100

Color Harmonies of #62041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62041B

Black with #62041B

Text Example


Text Example

White with #62041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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