Html Css Color HEX #7B0227 Burgundy

📋 copy color: '#7B0227'

red 123 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #7B0227

Tints of Burgundy #7B0227

RGB

 RED value IS 123 (48.44% from 255) = 75%

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

 BLUE value IS 39 (15.63% from 255) = 23.78%

R = 75%
G = 1.22%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#7B0227 (or 0x7B0227) is known color: Burgundy. HEX triplet: 7B, 02 and 27. RGB value is (123,2,39). Sum of RGB (Red+Green+Blue) = 123+2+39=164 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0227 is #84FDD8. Grayscale: #2A2A2A. Windows color (decimal): -8715737 or 2556539. OLE color: 2556539.

HSL color Cylindrical-coordinate representation of color #7B0227: hue angle of 341.65º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0227 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 2 39 -
CMYK 0 0.98 0.68 0.52
HSL 341.65º 0.97% 0.25% -
HSV(B) 341.65º 0.98% 0.48% -
XYZ 8.56 4.4 2.32 -
YUV 42.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 123 2 39 0 0.98 0.68 0.52 341.65 0.97 0.25
Hex 7B 2 27 0 62 44 34 156 61 19
Octal 173 2 47 0 142 104 64 526 141 31
Binary 1111011 10 100111 0 1100010 1000100 110100 101010110 1100001 11001

Color Harmonies of #7B0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0227

Black with #7B0227

Text Example


Text Example

White with #7B0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B0227; }

 p { color: rgb(123,2,39); }

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

background-color css

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

 a { background-color: rgb(123,2,39); }

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

border-color css

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

 span { border-color: rgb(123,2,39); }

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