Html Css Color HEX #62151B Pohutukawa

📋 copy color: '#62151B'

red 98 ◦ green 21 ◦ blue 27

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

Shades of Pohutukawa #62151B

Tints of Pohutukawa #62151B

RGB

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

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

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

R = 67.12%
G = 14.38%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62151B (or 0x62151B) is known color: Pohutukawa. HEX triplet: 62, 15 and 1B. RGB value is (98,21,27). Sum of RGB (Red+Green+Blue) = 98+21+27=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62151B is #9DEAE4. Grayscale: #2C2C2C. Windows color (decimal): -10349285 or 1774946. OLE color: 1774946.

HSL color Cylindrical-coordinate representation of color #62151B: hue angle of 355.32º 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 #62151B is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 21 27 -
CMYK 0 0.79 0.72 0.62
HSL 355.32º 0.65% 0.23% -
HSV(B) 355.32º 0.79% 0.38% -
XYZ 5.5 3.21 1.37 -
YUV 44.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 98 21 27 0 0.79 0.72 0.62 355.32 0.65 0.23
Hex 62 15 1B 0 4F 48 3E 163 41 17
Octal 142 25 33 0 117 110 76 543 101 27
Binary 1100010 10101 11011 0 1001111 1001000 111110 101100011 1000001 10111

Color Harmonies of #62151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62151B

Black with #62151B

Text Example


Text Example

White with #62151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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