Html Css Color HEX #5D0818 Pohutukawa

📋 copy color: '#5D0818'

red 93 ◦ green 8 ◦ blue 24

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

Shades of Pohutukawa #5D0818

Tints of Pohutukawa #5D0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

 BLUE value IS 24 (9.77% from 255) = 19.2%

R = 74.4%
G = 6.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#5D0818 (or 0x5D0818) is known color: Pohutukawa. HEX triplet: 5D, 08 and 18. RGB value is (93,8,24). Sum of RGB (Red+Green+Blue) = 93+8+24=125 (16% of max value = 765). Red value is 93 (36.72% from 255 or 74.4% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0818 is #A2F7E7. Grayscale: #232323. Windows color (decimal): -10680296 or 1575005. OLE color: 1575005.

HSL color Cylindrical-coordinate representation of color #5D0818: hue angle of 348.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0818 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 8 24 -
CMYK 0 0.91 0.74 0.64
HSL 348.71º 0.84% 0.2% -
HSV(B) 348.71º 0.91% 0.36% -
XYZ 4.77 2.57 1.11 -
YUV 35.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 93 8 24 0 0.91 0.74 0.64 348.71 0.84 0.2
Hex 5D 8 18 0 5B 4A 40 15D 54 14
Octal 135 10 30 0 133 112 100 535 124 24
Binary 1011101 1000 11000 0 1011011 1001010 1000000 101011101 1010100 10100

Color Harmonies of #5D0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0818

Black with #5D0818

Text Example


Text Example

White with #5D0818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,8,24); }

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

background-color css

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

 a { background-color: rgb(93,8,24); }

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

border-color css

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

 span { border-color: rgb(93,8,24); }

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