Html Css Color HEX #60191F Pohutukawa

📋 copy color: '#60191F'

red 96 ◦ green 25 ◦ blue 31

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

Shades of Pohutukawa #60191F

Tints of Pohutukawa #60191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

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

R = 63.16%
G = 16.45%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60191F (or 0x60191F) is known color: Pohutukawa. HEX triplet: 60, 19 and 1F. RGB value is (96,25,31). Sum of RGB (Red+Green+Blue) = 96+25+31=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #60191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60191F is #9FE6E0. Grayscale: #2E2E2E. Windows color (decimal): -10479329 or 2038112. OLE color: 2038112.

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

Color convert

RGB 96 25 31 -
CMYK 0 0.74 0.68 0.62
HSL 354.93º 0.59% 0.24% -
HSV(B) 354.93º 0.74% 0.38% -
XYZ 5.42 3.28 1.64 -
YUV 46.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 96 25 31 0 0.74 0.68 0.62 354.93 0.59 0.24
Hex 60 19 1F 0 4A 44 3E 163 3B 18
Octal 140 31 37 0 112 104 76 543 73 30
Binary 1100000 11001 11111 0 1001010 1000100 111110 101100011 111011 11000

Color Harmonies of #60191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60191F

Black with #60191F

Text Example


Text Example

White with #60191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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