Html Css Color HEX #5A0825 Bordeaux

📋 copy color: '#5A0825'

red 90 ◦ green 8 ◦ blue 37

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

Shades of Bordeaux #5A0825

Tints of Bordeaux #5A0825

RGB

 RED value IS 90 (35.55% from 255) = 66.67%

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

 BLUE value IS 37 (14.84% from 255) = 27.41%

R = 66.67%
G = 5.93%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#5A0825 (or 0x5A0825) is known color: Bordeaux. HEX triplet: 5A, 08 and 25. RGB value is (90,8,37). Sum of RGB (Red+Green+Blue) = 90+8+37=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0825 is #A5F7DA. Grayscale: #232323. Windows color (decimal): -10876891 or 2426970. OLE color: 2426970.

HSL color Cylindrical-coordinate representation of color #5A0825: hue angle of 338.78º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0825 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 8 37 -
CMYK 0 0.91 0.59 0.65
HSL 338.78º 0.84% 0.19% -
HSV(B) 338.78º 0.91% 0.35% -
XYZ 4.64 2.48 1.98 -
YUV 35.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 90 8 37 0 0.91 0.59 0.65 338.78 0.84 0.19
Hex 5A 8 25 0 5B 3B 41 153 54 13
Octal 132 10 45 0 133 73 101 523 124 23
Binary 1011010 1000 100101 0 1011011 111011 1000001 101010011 1010100 10011

Color Harmonies of #5A0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0825

Black with #5A0825

Text Example


Text Example

White with #5A0825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,8,37); }

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

background-color css

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

 a { background-color: rgb(90,8,37); }

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

border-color css

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

 span { border-color: rgb(90,8,37); }

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