Html Css Color HEX #600D1C Pohutukawa

📋 copy color: '#600D1C'

red 96 ◦ green 13 ◦ blue 28

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

Shades of Pohutukawa #600D1C

Tints of Pohutukawa #600D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 70.07%
G = 9.49%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#600D1C (or 0x600D1C) is known color: Pohutukawa. HEX triplet: 60, 0D and 1C. RGB value is (96,13,28). Sum of RGB (Red+Green+Blue) = 96+13+28=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600D1C is #9FF2E3. Grayscale: #272727. Windows color (decimal): -10482404 or 1838432. OLE color: 1838432.

HSL color Cylindrical-coordinate representation of color #600D1C: hue angle of 349.16º 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 #600D1C is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 13 28 -
CMYK 0 0.86 0.71 0.62
HSL 349.16º 0.76% 0.21% -
HSV(B) 349.16º 0.86% 0.38% -
XYZ 5.18 2.86 1.38 -
YUV 39.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 96 13 28 0 0.86 0.71 0.62 349.16 0.76 0.21
Hex 60 D 1C 0 56 47 3E 15D 4C 15
Octal 140 15 34 0 126 107 76 535 114 25
Binary 1100000 1101 11100 0 1010110 1000111 111110 101011101 1001100 10101

Color Harmonies of #600D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D1C

Black with #600D1C

Text Example


Text Example

White with #600D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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