Html Css Color HEX #60010D Pohutukawa

📋 copy color: '#60010D'

red 96 ◦ green 1 ◦ blue 13

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

Shades of Pohutukawa #60010D

Tints of Pohutukawa #60010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

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

R = 87.27%
G = 0.91%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60010D (or 0x60010D) is known color: Pohutukawa. HEX triplet: 60, 01 and 0D. RGB value is (96,1,13). Sum of RGB (Red+Green+Blue) = 96+1+13=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #60010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60010D is #9FFEF2. Grayscale: #1E1E1E. Windows color (decimal): -10485491 or 852320. OLE color: 852320.

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

Color convert

RGB 96 1 13 -
CMYK 0 0.99 0.86 0.62
HSL 352.42º 0.98% 0.19% -
HSV(B) 352.42º 0.99% 0.38% -
XYZ 4.91 2.54 0.61 -
YUV 30.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 96 1 13 0 0.99 0.86 0.62 352.42 0.98 0.19
Hex 60 1 D 0 63 56 3E 160 62 13
Octal 140 1 15 0 143 126 76 540 142 23
Binary 1100000 1 1101 0 1100011 1010110 111110 101100000 1100010 10011

Color Harmonies of #60010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60010D

Black with #60010D

Text Example


Text Example

White with #60010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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