Html Css Color HEX #600D22 Pohutukawa

📋 copy color: '#600D22'

red 96 ◦ green 13 ◦ blue 34

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

Shades of Pohutukawa #600D22

Tints of Pohutukawa #600D22

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.09%

 BLUE value IS 34 (13.67% from 255) = 23.78%

R = 67.13%
G = 9.09%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#600D22 (or 0x600D22) is known color: Pohutukawa. HEX triplet: 60, 0D and 22. RGB value is (96,13,34). Sum of RGB (Red+Green+Blue) = 96+13+34=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #600D22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D22 is #9FF2DD. Grayscale: #282828. Windows color (decimal): -10482398 or 2231648. OLE color: 2231648.

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

Color convert

RGB 96 13 34 -
CMYK 0 0.86 0.65 0.62
HSL 344.82º 0.76% 0.21% -
HSV(B) 344.82º 0.86% 0.38% -
XYZ 5.26 2.89 1.79 -
YUV 40.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 96 13 34 0 0.86 0.65 0.62 344.82 0.76 0.21
Hex 60 D 22 0 56 41 3E 159 4C 15
Octal 140 15 42 0 126 101 76 531 114 25
Binary 1100000 1101 100010 0 1010110 1000001 111110 101011001 1001100 10101

Color Harmonies of #600D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D22

Black with #600D22

Text Example


Text Example

White with #600D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,13,34); }

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

background-color css

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

 a { background-color: rgb(96,13,34); }

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

border-color css

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

 span { border-color: rgb(96,13,34); }

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