Html Css Color HEX #750225 Burgundy

📋 copy color: '#750225'

red 117 ◦ green 2 ◦ blue 37

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

Shades of Burgundy #750225

Tints of Burgundy #750225

RGB

 RED value IS 117 (46.09% from 255) = 75%

 GREEN value IS 2 (1.17% from 255) = 1.28%

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

R = 75%
G = 1.28%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#750225 (or 0x750225) is known color: Burgundy. HEX triplet: 75, 02 and 25. RGB value is (117,2,37). Sum of RGB (Red+Green+Blue) = 117+2+37=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #750225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750225 is #8AFDDA. Grayscale: #282828. Windows color (decimal): -9108955 or 2425461. OLE color: 2425461.

HSL color Cylindrical-coordinate representation of color #750225: hue angle of 341.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750225 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 37 -
CMYK 0 0.98 0.68 0.54
HSL 341.74º 0.97% 0.23% -
HSV(B) 341.74º 0.98% 0.46% -
XYZ 7.69 3.96 2.11 -
YUV 40.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 117 2 37 0 0.98 0.68 0.54 341.74 0.97 0.23
Hex 75 2 25 0 62 44 36 156 61 17
Octal 165 2 45 0 142 104 66 526 141 27
Binary 1110101 10 100101 0 1100010 1000100 110110 101010110 1100001 10111

Color Harmonies of #750225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750225

Black with #750225

Text Example


Text Example

White with #750225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750225; }

 p { color: rgb(117,2,37); }

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

background-color css

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

 a { background-color: rgb(117,2,37); }

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

border-color css

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

 span { border-color: rgb(117,2,37); }

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