Html Css Color HEX #62151F Pohutukawa

📋 copy color: '#62151F'

red 98 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #62151F

Tints of Pohutukawa #62151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 65.33%
G = 14%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#62151F (or 0x62151F) is known color: Pohutukawa. HEX triplet: 62, 15 and 1F. RGB value is (98,21,31). Sum of RGB (Red+Green+Blue) = 98+21+31=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #62151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62151F is #9DEAE0. Grayscale: #2D2D2D. Windows color (decimal): -10349281 or 2037090. OLE color: 2037090.

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

Color convert

RGB 98 21 31 -
CMYK 0 0.79 0.68 0.62
HSL 352.21º 0.65% 0.23% -
HSV(B) 352.21º 0.79% 0.38% -
XYZ 5.55 3.23 1.63 -
YUV 45.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 98 21 31 0 0.79 0.68 0.62 352.21 0.65 0.23
Hex 62 15 1F 0 4F 44 3E 160 41 17
Octal 142 25 37 0 117 104 76 540 101 27
Binary 1100010 10101 11111 0 1001111 1000100 111110 101100000 1000001 10111

Color Harmonies of #62151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62151F

Black with #62151F

Text Example


Text Example

White with #62151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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