Html Css Color HEX #5D111D Pohutukawa

📋 copy color: '#5D111D'

red 93 ◦ green 17 ◦ blue 29

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

Shades of Pohutukawa #5D111D

Tints of Pohutukawa #5D111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

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

R = 66.91%
G = 12.23%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D111D (or 0x5D111D) is known color: Pohutukawa. HEX triplet: 5D, 11 and 1D. RGB value is (93,17,29). Sum of RGB (Red+Green+Blue) = 93+17+29=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D111D is #A2EEE2. Grayscale: #292929. Windows color (decimal): -10677987 or 1904989. OLE color: 1904989.

HSL color Cylindrical-coordinate representation of color #5D111D: hue angle of 350.53º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D111D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 17 29 -
CMYK 0 0.82 0.69 0.64
HSL 350.53º 0.69% 0.22% -
HSV(B) 350.53º 0.82% 0.36% -
XYZ 4.94 2.82 1.45 -
YUV 41.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 93 17 29 0 0.82 0.69 0.64 350.53 0.69 0.22
Hex 5D 11 1D 0 52 45 40 15F 45 16
Octal 135 21 35 0 122 105 100 537 105 26
Binary 1011101 10001 11101 0 1010010 1000101 1000000 101011111 1000101 10110

Color Harmonies of #5D111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D111D

Black with #5D111D

Text Example


Text Example

White with #5D111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,17,29); }

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

background-color css

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

 a { background-color: rgb(93,17,29); }

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

border-color css

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

 span { border-color: rgb(93,17,29); }

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