Html Css Color HEX #5D041D Pohutukawa

📋 copy color: '#5D041D'

red 93 ◦ green 4 ◦ blue 29

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

Shades of Pohutukawa #5D041D

Tints of Pohutukawa #5D041D

RGB

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

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

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

R = 73.81%
G = 3.17%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D041D (or 0x5D041D) is known color: Pohutukawa. HEX triplet: 5D, 04 and 1D. RGB value is (93,4,29). Sum of RGB (Red+Green+Blue) = 93+4+29=126 (16% of max value = 765). Red value is 93 (36.72% from 255 or 73.81% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 93 - color contains mainly: red. Hex color #5D041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D041D is #A2FBE2. Grayscale: #212121. Windows color (decimal): -10681315 or 1901661. OLE color: 1901661.

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

Color convert

RGB 93 4 29 -
CMYK 0 0.96 0.69 0.64
HSL 343.15º 0.92% 0.19% -
HSV(B) 343.15º 0.96% 0.36% -
XYZ 4.78 2.5 1.39 -
YUV 33.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 93 4 29 0 0.96 0.69 0.64 343.15 0.92 0.19
Hex 5D 4 1D 0 60 45 40 157 5C 13
Octal 135 4 35 0 140 105 100 527 134 23
Binary 1011101 100 11101 0 1100000 1000101 1000000 101010111 1011100 10011

Color Harmonies of #5D041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D041D

Black with #5D041D

Text Example


Text Example

White with #5D041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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