Html Css Color HEX #5D1126 Pohutukawa

📋 copy color: '#5D1126'

red 93 ◦ green 17 ◦ blue 38

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

Shades of Pohutukawa #5D1126

Tints of Pohutukawa #5D1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 62.84%
G = 11.49%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.64

RGB Variations

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

Color information

#5D1126 (or 0x5D1126) is known color: Pohutukawa. HEX triplet: 5D, 11 and 26. RGB value is (93,17,38). Sum of RGB (Red+Green+Blue) = 93+17+38=148 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.84% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1126 is #A2EED9. Grayscale: #2A2A2A. Windows color (decimal): -10677978 or 2494813. OLE color: 2494813.

HSL color Cylindrical-coordinate representation of color #5D1126: hue angle of 343.42º 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 #5D1126 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 17 38 -
CMYK 0 0.82 0.59 0.64
HSL 343.42º 0.69% 0.22% -
HSV(B) 343.42º 0.82% 0.36% -
XYZ 5.06 2.87 2.12 -
YUV 42.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 93 17 38 0 0.82 0.59 0.64 343.42 0.69 0.22
Hex 5D 11 26 0 52 3B 40 157 45 16
Octal 135 21 46 0 122 73 100 527 105 26
Binary 1011101 10001 100110 0 1010010 111011 1000000 101010111 1000101 10110

Color Harmonies of #5D1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1126

Black with #5D1126

Text Example


Text Example

White with #5D1126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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