Html Css Color HEX #5D1229 Pohutukawa

📋 copy color: '#5D1229'

red 93 ◦ green 18 ◦ blue 41

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

Shades of Pohutukawa #5D1229

Tints of Pohutukawa #5D1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 61.18%
G = 11.84%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#5D1229 (or 0x5D1229) is known color: Pohutukawa. HEX triplet: 5D, 12 and 29. RGB value is (93,18,41). Sum of RGB (Red+Green+Blue) = 93+18+41=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1229 is #A2EDD6. Grayscale: #2B2B2B. Windows color (decimal): -10677719 or 2691677. OLE color: 2691677.

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

Color convert

RGB 93 18 41 -
CMYK 0 0.81 0.56 0.64
HSL 341.6º 0.68% 0.22% -
HSV(B) 341.6º 0.81% 0.36% -
XYZ 5.13 2.92 2.39 -
YUV 43.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 93 18 41 0 0.81 0.56 0.64 341.6 0.68 0.22
Hex 5D 12 29 0 51 38 40 156 44 16
Octal 135 22 51 0 121 70 100 526 104 26
Binary 1011101 10010 101001 0 1010001 111000 1000000 101010110 1000100 10110

Color Harmonies of #5D1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1229

Black with #5D1229

Text Example


Text Example

White with #5D1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,18,41); }

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

background-color css

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

 a { background-color: rgb(93,18,41); }

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

border-color css

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

 span { border-color: rgb(93,18,41); }

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