Html Css Color HEX #600927 Pohutukawa

📋 copy color: '#600927'

red 96 ◦ green 9 ◦ blue 39

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

Shades of Pohutukawa #600927

Tints of Pohutukawa #600927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 66.67%
G = 6.25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#600927 (or 0x600927) is known color: Pohutukawa. HEX triplet: 60, 09 and 27. RGB value is (96,9,39). Sum of RGB (Red+Green+Blue) = 96+9+39=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #600927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600927 is #9FF6D8. Grayscale: #262626. Windows color (decimal): -10483417 or 2558304. OLE color: 2558304.

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

Color convert

RGB 96 9 39 -
CMYK 0 0.91 0.59 0.62
HSL 339.31º 0.83% 0.21% -
HSV(B) 339.31º 0.91% 0.38% -
XYZ 5.29 2.83 2.19 -
YUV 38.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 96 9 39 0 0.91 0.59 0.62 339.31 0.83 0.21
Hex 60 9 27 0 5B 3B 3E 153 53 15
Octal 140 11 47 0 133 73 76 523 123 25
Binary 1100000 1001 100111 0 1011011 111011 111110 101010011 1010011 10101

Color Harmonies of #600927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600927

Black with #600927

Text Example


Text Example

White with #600927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600927; }

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

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

background-color css

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

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

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

border-color css

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

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

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