Html Css Color HEX #5D050C Pohutukawa

📋 copy color: '#5D050C'

red 93 ◦ green 5 ◦ blue 12

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

Shades of Pohutukawa #5D050C

Tints of Pohutukawa #5D050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.55%

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

R = 84.55%
G = 4.55%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.64

RGB Variations

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

Color information

#5D050C (or 0x5D050C) is known color: Pohutukawa. HEX triplet: 5D, 05 and 0C. RGB value is (93,5,12). Sum of RGB (Red+Green+Blue) = 93+5+12=110 (14% of max value = 765). Red value is 93 (36.72% from 255 or 84.55% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 93 - color contains mainly: red. Hex color #5D050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D050C is #A2FAF3. Grayscale: #202020. Windows color (decimal): -10681076 or 787805. OLE color: 787805.

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

Color convert

RGB 93 5 12 -
CMYK 0 0.95 0.87 0.64
HSL 355.23º 0.9% 0.19% -
HSV(B) 355.23º 0.95% 0.36% -
XYZ 4.63 2.46 0.58 -
YUV 32.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 93 5 12 0 0.95 0.87 0.64 355.23 0.9 0.19
Hex 5D 5 C 0 5F 57 40 163 5A 13
Octal 135 5 14 0 137 127 100 543 132 23
Binary 1011101 101 1100 0 1011111 1010111 1000000 101100011 1011010 10011

Color Harmonies of #5D050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D050C

Black with #5D050C

Text Example


Text Example

White with #5D050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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