Html Css Color HEX #600727 Pohutukawa

📋 copy color: '#600727'

red 96 ◦ green 7 ◦ blue 39

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

Shades of Pohutukawa #600727

Tints of Pohutukawa #600727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.46%

R = 67.61%
G = 4.93%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#600727 (or 0x600727) is known color: Pohutukawa. HEX triplet: 60, 07 and 27. RGB value is (96,7,39). Sum of RGB (Red+Green+Blue) = 96+7+39=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #600727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600727 is #9FF8D8. Grayscale: #252525. Windows color (decimal): -10483929 or 2557792. OLE color: 2557792.

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

Color convert

RGB 96 7 39 -
CMYK 0 0.93 0.59 0.62
HSL 338.43º 0.86% 0.2% -
HSV(B) 338.43º 0.93% 0.38% -
XYZ 5.27 2.79 2.18 -
YUV 37.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 96 7 39 0 0.93 0.59 0.62 338.43 0.86 0.2
Hex 60 7 27 0 5D 3B 3E 152 56 14
Octal 140 7 47 0 135 73 76 522 126 24
Binary 1100000 111 100111 0 1011101 111011 111110 101010010 1010110 10100

Color Harmonies of #600727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600727

Black with #600727

Text Example


Text Example

White with #600727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600727; }

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

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

background-color css

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

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

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

border-color css

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

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

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