Html Css Color HEX #60131A Pohutukawa

📋 copy color: '#60131A'

red 96 ◦ green 19 ◦ blue 26

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

Shades of Pohutukawa #60131A

Tints of Pohutukawa #60131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

 BLUE value IS 26 (10.55% from 255) = 18.44%

R = 68.09%
G = 13.48%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#60131A (or 0x60131A) is known color: Pohutukawa. HEX triplet: 60, 13 and 1A. RGB value is (96,19,26). Sum of RGB (Red+Green+Blue) = 96+19+26=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #60131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60131A is #9FECE5. Grayscale: #2A2A2A. Windows color (decimal): -10480870 or 1708896. OLE color: 1708896.

HSL color Cylindrical-coordinate representation of color #60131A: hue angle of 354.55º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60131A is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 26 -
CMYK 0 0.80 0.73 0.62
HSL 354.55º 0.67% 0.23% -
HSV(B) 354.55º 0.8% 0.38% -
XYZ 5.24 3.03 1.29 -
YUV 42.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 96 19 26 0 0.80 0.73 0.62 354.55 0.67 0.23
Hex 60 13 1A 0 50 49 3E 163 43 17
Octal 140 23 32 0 120 111 76 543 103 27
Binary 1100000 10011 11010 0 1010000 1001001 111110 101100011 1000011 10111

Color Harmonies of #60131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60131A

Black with #60131A

Text Example


Text Example

White with #60131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60131A; }

 p { color: rgb(96,19,26); }

 H1.HeaderClassName
 {
   color: #60131A;
 }
 .AnyTagClassName
 {
   color: #60131A;
 }
</style>

background-color css

<style>
 a { background-color: #60131A; }

 a { background-color: rgb(96,19,26); }

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

border-color css

<style>
 span { border-color: #60131A; }

 span { border-color: rgb(96,19,26); }

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