Html Css Color HEX #601015 Pohutukawa

📋 copy color: '#601015'

red 96 ◦ green 16 ◦ blue 21

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

Shades of Pohutukawa #601015

Tints of Pohutukawa #601015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

 BLUE value IS 21 (8.59% from 255) = 15.79%

R = 72.18%
G = 12.03%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#601015 (or 0x601015) is known color: Pohutukawa. HEX triplet: 60, 10 and 15. RGB value is (96,16,21). Sum of RGB (Red+Green+Blue) = 96+16+21=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #601015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601015 is #9FEFEA. Grayscale: #282828. Windows color (decimal): -10481643 or 1380448. OLE color: 1380448.

HSL color Cylindrical-coordinate representation of color #601015: hue angle of 356.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601015 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 16 21 -
CMYK 0 0.83 0.78 0.62
HSL 356.25º 0.71% 0.22% -
HSV(B) 356.25º 0.83% 0.38% -
XYZ 5.14 2.91 1 -
YUV 40.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 96 16 21 0 0.83 0.78 0.62 356.25 0.71 0.22
Hex 60 10 15 0 53 4E 3E 164 47 16
Octal 140 20 25 0 123 116 76 544 107 26
Binary 1100000 10000 10101 0 1010011 1001110 111110 101100100 1000111 10110

Color Harmonies of #601015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601015

Black with #601015

Text Example


Text Example

White with #601015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601015; }

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

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

background-color css

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

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

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

border-color css

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

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

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