Html Css Color HEX #600913 Pohutukawa

📋 copy color: '#600913'

red 96 ◦ green 9 ◦ blue 19

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

Shades of Pohutukawa #600913

Tints of Pohutukawa #600913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 77.42%
G = 7.26%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#600913 (or 0x600913) is known color: Pohutukawa. HEX triplet: 60, 09 and 13. RGB value is (96,9,19). Sum of RGB (Red+Green+Blue) = 96+9+19=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #600913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600913 is #9FF6EC. Grayscale: #242424. Windows color (decimal): -10483437 or 1247584. OLE color: 1247584.

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

Color convert

RGB 96 9 19 -
CMYK 0 0.91 0.80 0.62
HSL 353.1º 0.83% 0.21% -
HSV(B) 353.1º 0.91% 0.38% -
XYZ 5.04 2.73 0.88 -
YUV 36.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 96 9 19 0 0.91 0.80 0.62 353.1 0.83 0.21
Hex 60 9 13 0 5B 50 3E 161 53 15
Octal 140 11 23 0 133 120 76 541 123 25
Binary 1100000 1001 10011 0 1011011 1010000 111110 101100001 1010011 10101

Color Harmonies of #600913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600913

Black with #600913

Text Example


Text Example

White with #600913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600913; }

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

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

background-color css

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

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

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

border-color css

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

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

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