Html Css Color HEX #600F27 Pohutukawa

📋 copy color: '#600F27'

red 96 ◦ green 15 ◦ blue 39

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

Shades of Pohutukawa #600F27

Tints of Pohutukawa #600F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10%

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

R = 64%
G = 10%
B = 26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#600F27 (or 0x600F27) is known color: Pohutukawa. HEX triplet: 60, 0F and 27. RGB value is (96,15,39). Sum of RGB (Red+Green+Blue) = 96+15+39=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #600F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F27 is #9FF0D8. Grayscale: #292929. Windows color (decimal): -10481881 or 2559840. OLE color: 2559840.

HSL color Cylindrical-coordinate representation of color #600F27: hue angle of 342.22º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F27 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 39 -
CMYK 0 0.84 0.59 0.62
HSL 342.22º 0.73% 0.22% -
HSV(B) 342.22º 0.84% 0.38% -
XYZ 5.36 2.97 2.21 -
YUV 41.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 96 15 39 0 0.84 0.59 0.62 342.22 0.73 0.22
Hex 60 F 27 0 54 3B 3E 156 49 16
Octal 140 17 47 0 124 73 76 526 111 26
Binary 1100000 1111 100111 0 1010100 111011 111110 101010110 1001001 10110

Color Harmonies of #600F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F27

Black with #600F27

Text Example


Text Example

White with #600F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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