Html Css Color HEX #530C22 Bordeaux

📋 copy color: '#530C22'

red 83 ◦ green 12 ◦ blue 34

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

Shades of Bordeaux #530C22

Tints of Bordeaux #530C22

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.3%

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

R = 64.34%
G = 9.3%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#530C22 (or 0x530C22) is known color: Bordeaux. HEX triplet: 53, 0C and 22. RGB value is (83,12,34). Sum of RGB (Red+Green+Blue) = 83+12+34=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C22 is #ACF3DD. Grayscale: #232323. Windows color (decimal): -11334622 or 2231379. OLE color: 2231379.

HSL color Cylindrical-coordinate representation of color #530C22: hue angle of 341.41º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C22 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 34 -
CMYK 0 0.86 0.59 0.67
HSL 341.41º 0.75% 0.19% -
HSV(B) 341.41º 0.86% 0.33% -
XYZ 3.99 2.22 1.73 -
YUV 35.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 83 12 34 0 0.86 0.59 0.67 341.41 0.75 0.19
Hex 53 C 22 0 56 3B 43 155 4B 13
Octal 123 14 42 0 126 73 103 525 113 23
Binary 1010011 1100 100010 0 1010110 111011 1000011 101010101 1001011 10011

Color Harmonies of #530C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C22

Black with #530C22

Text Example


Text Example

White with #530C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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