Html Css Color HEX #5D030C Pohutukawa

📋 copy color: '#5D030C'

red 93 ◦ green 3 ◦ blue 12

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

Shades of Pohutukawa #5D030C

Tints of Pohutukawa #5D030C

RGB

 RED value IS 93 (36.72% from 255) = 86.11%

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

 BLUE value IS 12 (5.08% from 255) = 11.11%

R = 86.11%
G = 2.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#5D030C (or 0x5D030C) is known color: Pohutukawa. HEX triplet: 5D, 03 and 0C. RGB value is (93,3,12). Sum of RGB (Red+Green+Blue) = 93+3+12=108 (14% of max value = 765). Red value is 93 (36.72% from 255 or 86.11% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 93 - color contains mainly: red. Hex color #5D030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D030C is #A2FCF3. Grayscale: #1E1E1E. Windows color (decimal): -10681588 or 787293. OLE color: 787293.

HSL color Cylindrical-coordinate representation of color #5D030C: hue angle of 354º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D030C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 3 12 -
CMYK 0 0.97 0.87 0.64
HSL 354º 0.94% 0.19% -
HSV(B) 354º 0.97% 0.36% -
XYZ 4.61 2.42 0.57 -
YUV 30.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 93 3 12 0 0.97 0.87 0.64 354 0.94 0.19
Hex 5D 3 C 0 61 57 40 162 5E 13
Octal 135 3 14 0 141 127 100 542 136 23
Binary 1011101 11 1100 0 1100001 1010111 1000000 101100010 1011110 10011

Color Harmonies of #5D030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D030C

Black with #5D030C

Text Example


Text Example

White with #5D030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D030C; }

 p { color: rgb(93,3,12); }

 H1.HeaderClassName
 {
   color: #5D030C;
 }
 .AnyTagClassName
 {
   color: #5D030C;
 }
</style>

background-color css

<style>
 a { background-color: #5D030C; }

 a { background-color: rgb(93,3,12); }

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

border-color css

<style>
 span { border-color: #5D030C; }

 span { border-color: rgb(93,3,12); }

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