Html Css Color HEX #600910 Pohutukawa

📋 copy color: '#600910'

red 96 ◦ green 9 ◦ blue 16

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

Shades of Pohutukawa #600910

Tints of Pohutukawa #600910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 79.34%
G = 7.44%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#600910 (or 0x600910) is known color: Pohutukawa. HEX triplet: 60, 09 and 10. RGB value is (96,9,16). Sum of RGB (Red+Green+Blue) = 96+9+16=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600910 is #9FF6EF. Grayscale: #232323. Windows color (decimal): -10483440 or 1050976. OLE color: 1050976.

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

Color convert

RGB 96 9 16 -
CMYK 0 0.91 0.83 0.62
HSL 355.17º 0.83% 0.21% -
HSV(B) 355.17º 0.91% 0.38% -
XYZ 5.02 2.72 0.75 -
YUV 35.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 96 9 16 0 0.91 0.83 0.62 355.17 0.83 0.21
Hex 60 9 10 0 5B 53 3E 163 53 15
Octal 140 11 20 0 133 123 76 543 123 25
Binary 1100000 1001 10000 0 1011011 1010011 111110 101100011 1010011 10101

Color Harmonies of #600910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600910

Black with #600910

Text Example


Text Example

White with #600910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600910; }

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

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

background-color css

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

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

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

border-color css

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

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

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