Html Css Color HEX #60041D Pohutukawa

📋 copy color: '#60041D'

red 96 ◦ green 4 ◦ blue 29

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

Shades of Pohutukawa #60041D

Tints of Pohutukawa #60041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 74.42%
G = 3.1%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60041D (or 0x60041D) is known color: Pohutukawa. HEX triplet: 60, 04 and 1D. RGB value is (96,4,29). Sum of RGB (Red+Green+Blue) = 96+4+29=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60041D is #9FFBE2. Grayscale: #222222. Windows color (decimal): -10484707 or 1901664. OLE color: 1901664.

HSL color Cylindrical-coordinate representation of color #60041D: hue angle of 343.7º 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 #60041D is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 29 -
CMYK 0 0.96 0.70 0.62
HSL 343.7º 0.92% 0.2% -
HSV(B) 343.7º 0.96% 0.38% -
XYZ 5.09 2.66 1.41 -
YUV 34.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 96 4 29 0 0.96 0.70 0.62 343.7 0.92 0.2
Hex 60 4 1D 0 60 46 3E 158 5C 14
Octal 140 4 35 0 140 106 76 530 134 24
Binary 1100000 100 11101 0 1100000 1000110 111110 101011000 1011100 10100

Color Harmonies of #60041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60041D

Black with #60041D

Text Example


Text Example

White with #60041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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