Html Css Color HEX #5D1C2E Pohutukawa

📋 copy color: '#5D1C2E'

red 93 ◦ green 28 ◦ blue 46

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

Shades of Pohutukawa #5D1C2E

Tints of Pohutukawa #5D1C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.77%

 BLUE value IS 46 (18.36% from 255) = 27.54%

R = 55.69%
G = 16.77%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#5D1C2E (or 0x5D1C2E) is known color: Pohutukawa. HEX triplet: 5D, 1C and 2E. RGB value is (93,28,46). Sum of RGB (Red+Green+Blue) = 93+28+46=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1C2E is #A2E3D1. Grayscale: #313131. Windows color (decimal): -10675154 or 3021917. OLE color: 3021917.

HSL color Cylindrical-coordinate representation of color #5D1C2E: hue angle of 343.38º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D1C2E is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 28 46 -
CMYK 0 0.70 0.51 0.64
HSL 343.38º 0.54% 0.24% -
HSV(B) 343.38º 0.7% 0.36% -
XYZ 5.42 3.35 2.95 -
YUV 49.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 93 28 46 0 0.70 0.51 0.64 343.38 0.54 0.24
Hex 5D 1C 2E 0 46 33 40 157 36 18
Octal 135 34 56 0 106 63 100 527 66 30
Binary 1011101 11100 101110 0 1000110 110011 1000000 101010111 110110 11000

Color Harmonies of #5D1C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1C2E

Black with #5D1C2E

Text Example


Text Example

White with #5D1C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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