Html Css Color HEX #60030F Pohutukawa

📋 copy color: '#60030F'

red 96 ◦ green 3 ◦ blue 15

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

Shades of Pohutukawa #60030F

Tints of Pohutukawa #60030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 84.21%
G = 2.63%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60030F (or 0x60030F) is known color: Pohutukawa. HEX triplet: 60, 03 and 0F. RGB value is (96,3,15). Sum of RGB (Red+Green+Blue) = 96+3+15=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #60030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60030F is #9FFCF0. Grayscale: #202020. Windows color (decimal): -10484977 or 983904. OLE color: 983904.

HSL color Cylindrical-coordinate representation of color #60030F: hue angle of 352.26º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60030F is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 3 15 -
CMYK 0 0.97 0.84 0.62
HSL 352.26º 0.94% 0.19% -
HSV(B) 352.26º 0.97% 0.38% -
XYZ 4.94 2.59 0.69 -
YUV 32.18 118.31 173.52 -
System Red Green Blue C M Y K H S L
Decimal 96 3 15 0 0.97 0.84 0.62 352.26 0.94 0.19
Hex 60 3 F 0 61 54 3E 160 5E 13
Octal 140 3 17 0 141 124 76 540 136 23
Binary 1100000 11 1111 0 1100001 1010100 111110 101100000 1011110 10011

Color Harmonies of #60030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60030F

Black with #60030F

Text Example


Text Example

White with #60030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60030F; }

 p { color: rgb(96,3,15); }

 H1.HeaderClassName
 {
   color: #60030F;
 }
 .AnyTagClassName
 {
   color: #60030F;
 }
</style>

background-color css

<style>
 a { background-color: #60030F; }

 a { background-color: rgb(96,3,15); }

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

border-color css

<style>
 span { border-color: #60030F; }

 span { border-color: rgb(96,3,15); }

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