Html Css Color HEX #5D0912 Pohutukawa

📋 copy color: '#5D0912'

red 93 ◦ green 9 ◦ blue 18

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

Shades of Pohutukawa #5D0912

Tints of Pohutukawa #5D0912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.5%

 BLUE value IS 18 (7.42% from 255) = 15%

R = 77.5%
G = 7.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#5D0912 (or 0x5D0912) is known color: Pohutukawa. HEX triplet: 5D, 09 and 12. RGB value is (93,9,18). Sum of RGB (Red+Green+Blue) = 93+9+18=120 (15% of max value = 765). Red value is 93 (36.72% from 255 or 77.5% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0912 is #A2F6ED. Grayscale: #232323. Windows color (decimal): -10680046 or 1182045. OLE color: 1182045.

HSL color Cylindrical-coordinate representation of color #5D0912: hue angle of 353.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D0912 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 9 18 -
CMYK 0 0.90 0.81 0.64
HSL 353.57º 0.82% 0.2% -
HSV(B) 353.57º 0.9% 0.36% -
XYZ 4.72 2.57 0.82 -
YUV 35.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 93 9 18 0 0.90 0.81 0.64 353.57 0.82 0.2
Hex 5D 9 12 0 5A 51 40 162 52 14
Octal 135 11 22 0 132 121 100 542 122 24
Binary 1011101 1001 10010 0 1011010 1010001 1000000 101100010 1010010 10100

Color Harmonies of #5D0912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0912

Black with #5D0912

Text Example


Text Example

White with #5D0912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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