Html Css Color HEX #600717 Pohutukawa

📋 copy color: '#600717'

red 96 ◦ green 7 ◦ blue 23

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

Shades of Pohutukawa #600717

Tints of Pohutukawa #600717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.25%

R = 76.19%
G = 5.56%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#600717 (or 0x600717) is known color: Pohutukawa. HEX triplet: 60, 07 and 17. RGB value is (96,7,23). Sum of RGB (Red+Green+Blue) = 96+7+23=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #600717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600717 is #9FF8E8. Grayscale: #232323. Windows color (decimal): -10483945 or 1509216. OLE color: 1509216.

HSL color Cylindrical-coordinate representation of color #600717: hue angle of 349.21º 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 #600717 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 23 -
CMYK 0 0.93 0.76 0.62
HSL 349.21º 0.86% 0.2% -
HSV(B) 349.21º 0.93% 0.38% -
XYZ 5.05 2.7 1.07 -
YUV 35.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 96 7 23 0 0.93 0.76 0.62 349.21 0.86 0.2
Hex 60 7 17 0 5D 4C 3E 15D 56 14
Octal 140 7 27 0 135 114 76 535 126 24
Binary 1100000 111 10111 0 1011101 1001100 111110 101011101 1010110 10100

Color Harmonies of #600717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600717

Black with #600717

Text Example


Text Example

White with #600717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600717; }

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

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

background-color css

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

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

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

border-color css

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

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

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