Html Css Color HEX #5D091A Pohutukawa

📋 copy color: '#5D091A'

red 93 ◦ green 9 ◦ blue 26

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

Shades of Pohutukawa #5D091A

Tints of Pohutukawa #5D091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.31%

R = 72.66%
G = 7.03%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#5D091A (or 0x5D091A) is known color: Pohutukawa. HEX triplet: 5D, 09 and 1A. RGB value is (93,9,26). Sum of RGB (Red+Green+Blue) = 93+9+26=128 (16% of max value = 765). Red value is 93 (36.72% from 255 or 72.66% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 93 - color contains mainly: red. Hex color #5D091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D091A is #A2F6E5. Grayscale: #242424. Windows color (decimal): -10680038 or 1706333. OLE color: 1706333.

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

Color convert

RGB 93 9 26 -
CMYK 0 0.90 0.72 0.64
HSL 347.86º 0.82% 0.2% -
HSV(B) 347.86º 0.9% 0.36% -
XYZ 4.8 2.6 1.23 -
YUV 36.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 93 9 26 0 0.90 0.72 0.64 347.86 0.82 0.2
Hex 5D 9 1A 0 5A 48 40 15C 52 14
Octal 135 11 32 0 132 110 100 534 122 24
Binary 1011101 1001 11010 0 1011010 1001000 1000000 101011100 1010010 10100

Color Harmonies of #5D091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D091A

Black with #5D091A

Text Example


Text Example

White with #5D091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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