Html Css Color HEX #5D152F Pohutukawa

📋 copy color: '#5D152F'

red 93 ◦ green 21 ◦ blue 47

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

Shades of Pohutukawa #5D152F

Tints of Pohutukawa #5D152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 57.76%
G = 13.04%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5D152F (or 0x5D152F) is known color: Pohutukawa. HEX triplet: 5D, 15 and 2F. RGB value is (93,21,47). Sum of RGB (Red+Green+Blue) = 93+21+47=161 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.76% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 93 - color contains mainly: red. Hex color #5D152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D152F is #A2EAD0. Grayscale: #2D2D2D. Windows color (decimal): -10676945 or 3085661. OLE color: 3085661.

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

Color convert

RGB 93 21 47 -
CMYK 0 0.77 0.49 0.64
HSL 338.33º 0.63% 0.22% -
HSV(B) 338.33º 0.77% 0.36% -
XYZ 5.3 3.07 3 -
YUV 45.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 93 21 47 0 0.77 0.49 0.64 338.33 0.63 0.22
Hex 5D 15 2F 0 4D 31 40 152 3F 16
Octal 135 25 57 0 115 61 100 522 77 26
Binary 1011101 10101 101111 0 1001101 110001 1000000 101010010 111111 10110

Color Harmonies of #5D152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D152F

Black with #5D152F

Text Example


Text Example

White with #5D152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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