Html Css Color HEX #60071A Pohutukawa

📋 copy color: '#60071A'

red 96 ◦ green 7 ◦ blue 26

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

Shades of Pohutukawa #60071A

Tints of Pohutukawa #60071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.43%

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

R = 74.42%
G = 5.43%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#60071A (or 0x60071A) is known color: Pohutukawa. HEX triplet: 60, 07 and 1A. RGB value is (96,7,26). Sum of RGB (Red+Green+Blue) = 96+7+26=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60071A is #9FF8E5. Grayscale: #232323. Windows color (decimal): -10483942 or 1705824. OLE color: 1705824.

HSL color Cylindrical-coordinate representation of color #60071A: hue angle of 347.19º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60071A is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 26 -
CMYK 0 0.93 0.73 0.62
HSL 347.19º 0.86% 0.2% -
HSV(B) 347.19º 0.93% 0.38% -
XYZ 5.09 2.71 1.23 -
YUV 35.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 96 7 26 0 0.93 0.73 0.62 347.19 0.86 0.2
Hex 60 7 1A 0 5D 49 3E 15B 56 14
Octal 140 7 32 0 135 111 76 533 126 24
Binary 1100000 111 11010 0 1011101 1001001 111110 101011011 1010110 10100

Color Harmonies of #60071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60071A

Black with #60071A

Text Example


Text Example

White with #60071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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