Html Css Color HEX #5D081C Pohutukawa

📋 copy color: '#5D081C'

red 93 ◦ green 8 ◦ blue 28

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

Shades of Pohutukawa #5D081C

Tints of Pohutukawa #5D081C

RGB

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

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

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

R = 72.09%
G = 6.2%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D081C (or 0x5D081C) is known color: Pohutukawa. HEX triplet: 5D, 08 and 1C. RGB value is (93,8,28). Sum of RGB (Red+Green+Blue) = 93+8+28=129 (17% of max value = 765). Red value is 93 (36.72% from 255 or 72.09% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 93 - color contains mainly: red. Hex color #5D081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D081C is #A2F7E3. Grayscale: #232323. Windows color (decimal): -10680292 or 1837149. OLE color: 1837149.

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

Color convert

RGB 93 8 28 -
CMYK 0 0.91 0.70 0.64
HSL 345.88º 0.84% 0.2% -
HSV(B) 345.88º 0.91% 0.36% -
XYZ 4.81 2.58 1.34 -
YUV 35.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 93 8 28 0 0.91 0.70 0.64 345.88 0.84 0.2
Hex 5D 8 1C 0 5B 46 40 15A 54 14
Octal 135 10 34 0 133 106 100 532 124 24
Binary 1011101 1000 11100 0 1011011 1000110 1000000 101011010 1010100 10100

Color Harmonies of #5D081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D081C

Black with #5D081C

Text Example


Text Example

White with #5D081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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