Html Css Color HEX #5D010E Pohutukawa

📋 copy color: '#5D010E'

red 93 ◦ green 1 ◦ blue 14

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

Shades of Pohutukawa #5D010E

Tints of Pohutukawa #5D010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.96%

R = 86.11%
G = 0.93%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.64

RGB Variations

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

Color information

#5D010E (or 0x5D010E) is known color: Pohutukawa. HEX triplet: 5D, 01 and 0E. RGB value is (93,1,14). Sum of RGB (Red+Green+Blue) = 93+1+14=108 (14% of max value = 765). Red value is 93 (36.72% from 255 or 86.11% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 93 - color contains mainly: red. Hex color #5D010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D010E is #A2FEF1. Grayscale: #1E1E1E. Windows color (decimal): -10682098 or 917853. OLE color: 917853.

HSL color Cylindrical-coordinate representation of color #5D010E: hue angle of 351.52º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D010E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 1 14 -
CMYK 0 0.99 0.85 0.64
HSL 351.52º 0.98% 0.18% -
HSV(B) 351.52º 0.99% 0.36% -
XYZ 4.6 2.38 0.63 -
YUV 29.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 93 1 14 0 0.99 0.85 0.64 351.52 0.98 0.18
Hex 5D 1 E 0 63 55 40 160 62 12
Octal 135 1 16 0 143 125 100 540 142 22
Binary 1011101 1 1110 0 1100011 1010101 1000000 101100000 1100010 10010

Color Harmonies of #5D010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D010E

Black with #5D010E

Text Example


Text Example

White with #5D010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,1,14); }

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

background-color css

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

 a { background-color: rgb(93,1,14); }

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

border-color css

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

 span { border-color: rgb(93,1,14); }

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