Html Css Color HEX #5D152C Pohutukawa

📋 copy color: '#5D152C'

red 93 ◦ green 21 ◦ blue 44

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

Shades of Pohutukawa #5D152C

Tints of Pohutukawa #5D152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 58.86%
G = 13.29%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5D152C (or 0x5D152C) is known color: Pohutukawa. HEX triplet: 5D, 15 and 2C. RGB value is (93,21,44). Sum of RGB (Red+Green+Blue) = 93+21+44=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D152C is #A2EAD3. Grayscale: #2D2D2D. Windows color (decimal): -10676948 or 2889053. OLE color: 2889053.

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

Color convert

RGB 93 21 44 -
CMYK 0 0.77 0.53 0.64
HSL 340.83º 0.63% 0.22% -
HSV(B) 340.83º 0.77% 0.36% -
XYZ 5.24 3.05 2.69 -
YUV 45.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 93 21 44 0 0.77 0.53 0.64 340.83 0.63 0.22
Hex 5D 15 2C 0 4D 35 40 155 3F 16
Octal 135 25 54 0 115 65 100 525 77 26
Binary 1011101 10101 101100 0 1001101 110101 1000000 101010101 111111 10110

Color Harmonies of #5D152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D152C

Black with #5D152C

Text Example


Text Example

White with #5D152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,21,44); }

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

background-color css

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

 a { background-color: rgb(93,21,44); }

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

border-color css

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

 span { border-color: rgb(93,21,44); }

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