Html Css Color HEX #60010A Pohutukawa

📋 copy color: '#60010A'

red 96 ◦ green 1 ◦ blue 10

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

Shades of Pohutukawa #60010A

Tints of Pohutukawa #60010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.35%

R = 89.72%
G = 0.93%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#60010A (or 0x60010A) is known color: Pohutukawa. HEX triplet: 60, 01 and 0A. RGB value is (96,1,10). Sum of RGB (Red+Green+Blue) = 96+1+10=107 (14% of max value = 765). Red value is 96 (37.89% from 255 or 89.72% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 96 - color contains mainly: red. Hex color #60010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60010A is #9FFEF5. Grayscale: #1E1E1E. Windows color (decimal): -10485494 or 655712. OLE color: 655712.

HSL color Cylindrical-coordinate representation of color #60010A: hue angle of 354.32º 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 #60010A is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 10 -
CMYK 0 0.99 0.90 0.62
HSL 354.32º 0.98% 0.19% -
HSV(B) 354.32º 0.99% 0.38% -
XYZ 4.89 2.53 0.52 -
YUV 30.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 96 1 10 0 0.99 0.90 0.62 354.32 0.98 0.19
Hex 60 1 A 0 63 5A 3E 162 62 13
Octal 140 1 12 0 143 132 76 542 142 23
Binary 1100000 1 1010 0 1100011 1011010 111110 101100010 1100010 10011

Color Harmonies of #60010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60010A

Black with #60010A

Text Example


Text Example

White with #60010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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