Html Css Color HEX #60151F Pohutukawa

📋 copy color: '#60151F'

red 96 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #60151F

Tints of Pohutukawa #60151F

RGB

 RED value IS 96 (37.89% from 255) = 64.86%

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

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

R = 64.86%
G = 14.19%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60151F (or 0x60151F) is known color: Pohutukawa. HEX triplet: 60, 15 and 1F. RGB value is (96,21,31). Sum of RGB (Red+Green+Blue) = 96+21+31=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #60151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60151F is #9FEAE0. Grayscale: #2C2C2C. Windows color (decimal): -10480353 or 2037088. OLE color: 2037088.

HSL color Cylindrical-coordinate representation of color #60151F: hue angle of 352º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60151F is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 31 -
CMYK 0 0.78 0.68 0.62
HSL 352º 0.64% 0.23% -
HSV(B) 352º 0.78% 0.38% -
XYZ 5.34 3.12 1.62 -
YUV 44.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 96 21 31 0 0.78 0.68 0.62 352 0.64 0.23
Hex 60 15 1F 0 4E 44 3E 160 40 17
Octal 140 25 37 0 116 104 76 540 100 27
Binary 1100000 10101 11111 0 1001110 1000100 111110 101100000 1000000 10111

Color Harmonies of #60151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60151F

Black with #60151F

Text Example


Text Example

White with #60151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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