Html Css Color HEX #62061C Pohutukawa

📋 copy color: '#62061C'

red 98 ◦ green 6 ◦ blue 28

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

Shades of Pohutukawa #62061C

Tints of Pohutukawa #62061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 74.24%
G = 4.55%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#62061C (or 0x62061C) is known color: Pohutukawa. HEX triplet: 62, 06 and 1C. RGB value is (98,6,28). Sum of RGB (Red+Green+Blue) = 98+6+28=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #62061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62061C is #9DF9E3. Grayscale: #242424. Windows color (decimal): -10353124 or 1836642. OLE color: 1836642.

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

Color convert

RGB 98 6 28 -
CMYK 0 0.94 0.71 0.62
HSL 345.65º 0.88% 0.2% -
HSV(B) 345.65º 0.94% 0.38% -
XYZ 5.31 2.81 1.36 -
YUV 36.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 98 6 28 0 0.94 0.71 0.62 345.65 0.88 0.2
Hex 62 6 1C 0 5E 47 3E 15A 58 14
Octal 142 6 34 0 136 107 76 532 130 24
Binary 1100010 110 11100 0 1011110 1000111 111110 101011010 1011000 10100

Color Harmonies of #62061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62061C

Black with #62061C

Text Example


Text Example

White with #62061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62061C; }

 p { color: rgb(98,6,28); }

 H1.HeaderClassName
 {
   color: #62061C;
 }
 .AnyTagClassName
 {
   color: #62061C;
 }
</style>

background-color css

<style>
 a { background-color: #62061C; }

 a { background-color: rgb(98,6,28); }

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

border-color css

<style>
 span { border-color: #62061C; }

 span { border-color: rgb(98,6,28); }

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