Html Css Color HEX #62151C Pohutukawa

📋 copy color: '#62151C'

red 98 ◦ green 21 ◦ blue 28

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

Shades of Pohutukawa #62151C

Tints of Pohutukawa #62151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

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

R = 66.67%
G = 14.29%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#62151C (or 0x62151C) is known color: Pohutukawa. HEX triplet: 62, 15 and 1C. RGB value is (98,21,28). Sum of RGB (Red+Green+Blue) = 98+21+28=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62151C is #9DEAE3. Grayscale: #2C2C2C. Windows color (decimal): -10349284 or 1840482. OLE color: 1840482.

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

Color convert

RGB 98 21 28 -
CMYK 0 0.79 0.71 0.62
HSL 354.55º 0.65% 0.23% -
HSV(B) 354.55º 0.79% 0.38% -
XYZ 5.51 3.22 1.43 -
YUV 44.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 98 21 28 0 0.79 0.71 0.62 354.55 0.65 0.23
Hex 62 15 1C 0 4F 47 3E 163 41 17
Octal 142 25 34 0 117 107 76 543 101 27
Binary 1100010 10101 11100 0 1001111 1000111 111110 101100011 1000001 10111

Color Harmonies of #62151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62151C

Black with #62151C

Text Example


Text Example

White with #62151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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