Html Css Color HEX #600B1E Pohutukawa

📋 copy color: '#600B1E'

red 96 ◦ green 11 ◦ blue 30

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

Shades of Pohutukawa #600B1E

Tints of Pohutukawa #600B1E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.03%

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 70.07%
G = 8.03%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#600B1E (or 0x600B1E) is known color: Pohutukawa. HEX triplet: 60, 0B and 1E. RGB value is (96,11,30). Sum of RGB (Red+Green+Blue) = 96+11+30=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600B1E is #9FF4E1. Grayscale: #262626. Windows color (decimal): -10482914 or 1968992. OLE color: 1968992.

HSL color Cylindrical-coordinate representation of color #600B1E: hue angle of 346.59º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B1E is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 11 30 -
CMYK 0 0.89 0.69 0.62
HSL 346.59º 0.79% 0.21% -
HSV(B) 346.59º 0.89% 0.38% -
XYZ 5.18 2.82 1.5 -
YUV 38.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 96 11 30 0 0.89 0.69 0.62 346.59 0.79 0.21
Hex 60 B 1E 0 59 45 3E 15B 4F 15
Octal 140 13 36 0 131 105 76 533 117 25
Binary 1100000 1011 11110 0 1011001 1000101 111110 101011011 1001111 10101

Color Harmonies of #600B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B1E

Black with #600B1E

Text Example


Text Example

White with #600B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,11,30); }

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

background-color css

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

 a { background-color: rgb(96,11,30); }

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

border-color css

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

 span { border-color: rgb(96,11,30); }

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