Html Css Color HEX #60040D Pohutukawa

📋 copy color: '#60040D'

red 96 ◦ green 4 ◦ blue 13

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

Shades of Pohutukawa #60040D

Tints of Pohutukawa #60040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.54%

 BLUE value IS 13 (5.47% from 255) = 11.5%

R = 84.96%
G = 3.54%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60040D (or 0x60040D) is known color: Pohutukawa. HEX triplet: 60, 04 and 0D. RGB value is (96,4,13). Sum of RGB (Red+Green+Blue) = 96+4+13=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #60040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60040D is #9FFBF2. Grayscale: #202020. Windows color (decimal): -10484723 or 853088. OLE color: 853088.

HSL color Cylindrical-coordinate representation of color #60040D: hue angle of 354.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60040D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 13 -
CMYK 0 0.96 0.86 0.62
HSL 354.13º 0.92% 0.2% -
HSV(B) 354.13º 0.96% 0.38% -
XYZ 4.94 2.6 0.62 -
YUV 32.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 96 4 13 0 0.96 0.86 0.62 354.13 0.92 0.2
Hex 60 4 D 0 60 56 3E 162 5C 14
Octal 140 4 15 0 140 126 76 542 134 24
Binary 1100000 100 1101 0 1100000 1010110 111110 101100010 1011100 10100

Color Harmonies of #60040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60040D

Black with #60040D

Text Example


Text Example

White with #60040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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