Html Css Color HEX #5D121C Pohutukawa

📋 copy color: '#5D121C'

red 93 ◦ green 18 ◦ blue 28

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

Shades of Pohutukawa #5D121C

Tints of Pohutukawa #5D121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 66.91%
G = 12.95%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D121C (or 0x5D121C) is known color: Pohutukawa. HEX triplet: 5D, 12 and 1C. RGB value is (93,18,28). Sum of RGB (Red+Green+Blue) = 93+18+28=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D121C is #A2EDE3. Grayscale: #292929. Windows color (decimal): -10677732 or 1839709. OLE color: 1839709.

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

Color convert

RGB 93 18 28 -
CMYK 0 0.81 0.70 0.64
HSL 352º 0.68% 0.22% -
HSV(B) 352º 0.81% 0.36% -
XYZ 4.94 2.84 1.39 -
YUV 41.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 93 18 28 0 0.81 0.70 0.64 352 0.68 0.22
Hex 5D 12 1C 0 51 46 40 160 44 16
Octal 135 22 34 0 121 106 100 540 104 26
Binary 1011101 10010 11100 0 1010001 1000110 1000000 101100000 1000100 10110

Color Harmonies of #5D121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D121C

Black with #5D121C

Text Example


Text Example

White with #5D121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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