Html Css Color HEX #530722 Bordeaux

📋 copy color: '#530722'

red 83 ◦ green 7 ◦ blue 34

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

Shades of Bordeaux #530722

Tints of Bordeaux #530722

RGB

 RED value IS 83 (32.81% from 255) = 66.94%

 GREEN value IS 7 (3.13% from 255) = 5.65%

 BLUE value IS 34 (13.67% from 255) = 27.42%

R = 66.94%
G = 5.65%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#530722 (or 0x530722) is known color: Bordeaux. HEX triplet: 53, 07 and 22. RGB value is (83,7,34). Sum of RGB (Red+Green+Blue) = 83+7+34=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530722 is #ACF8DD. Grayscale: #202020. Windows color (decimal): -11335902 or 2230099. OLE color: 2230099.

HSL color Cylindrical-coordinate representation of color #530722: hue angle of 338.68º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530722 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 7 34 -
CMYK 0 0.92 0.59 0.67
HSL 338.68º 0.84% 0.18% -
HSV(B) 338.68º 0.92% 0.33% -
XYZ 3.93 2.11 1.71 -
YUV 32.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 83 7 34 0 0.92 0.59 0.67 338.68 0.84 0.18
Hex 53 7 22 0 5C 3B 43 153 54 12
Octal 123 7 42 0 134 73 103 523 124 22
Binary 1010011 111 100010 0 1011100 111011 1000011 101010011 1010100 10010

Color Harmonies of #530722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530722

Black with #530722

Text Example


Text Example

White with #530722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530722; }

 p { color: rgb(83,7,34); }

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

background-color css

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

 a { background-color: rgb(83,7,34); }

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

border-color css

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

 span { border-color: rgb(83,7,34); }

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