Html Css Color HEX #5D141C Pohutukawa

📋 copy color: '#5D141C'

red 93 ◦ green 20 ◦ blue 28

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

Shades of Pohutukawa #5D141C

Tints of Pohutukawa #5D141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 65.96%
G = 14.18%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D141C (or 0x5D141C) is known color: Pohutukawa. HEX triplet: 5D, 14 and 1C. RGB value is (93,20,28). Sum of RGB (Red+Green+Blue) = 93+20+28=141 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.96% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 93 - color contains mainly: red. Hex color #5D141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D141C is #A2EBE3. Grayscale: #2A2A2A. Windows color (decimal): -10677220 or 1840221. OLE color: 1840221.

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

Color convert

RGB 93 20 28 -
CMYK 0 0.78 0.70 0.64
HSL 353.42º 0.65% 0.22% -
HSV(B) 353.42º 0.78% 0.36% -
XYZ 4.97 2.91 1.4 -
YUV 42.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 93 20 28 0 0.78 0.70 0.64 353.42 0.65 0.22
Hex 5D 14 1C 0 4E 46 40 161 41 16
Octal 135 24 34 0 116 106 100 541 101 26
Binary 1011101 10100 11100 0 1001110 1000110 1000000 101100001 1000001 10110

Color Harmonies of #5D141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D141C

Black with #5D141C

Text Example


Text Example

White with #5D141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,20,28); }

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

background-color css

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

 a { background-color: rgb(93,20,28); }

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

border-color css

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

 span { border-color: rgb(93,20,28); }

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