Html Css Color HEX #670527 Burgundy

📋 copy color: '#670527'

red 103 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #670527

Tints of Burgundy #670527

RGB

 RED value IS 103 (40.63% from 255) = 70.07%

 GREEN value IS 5 (2.34% from 255) = 3.4%

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

R = 70.07%
G = 3.4%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#670527 (or 0x670527) is known color: Burgundy. HEX triplet: 67, 05 and 27. RGB value is (103,5,39). Sum of RGB (Red+Green+Blue) = 103+5+39=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #670527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670527 is #98FAD8. Grayscale: #262626. Windows color (decimal): -10025689 or 2557287. OLE color: 2557287.

HSL color Cylindrical-coordinate representation of color #670527: hue angle of 339.18º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670527 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 39 -
CMYK 0 0.95 0.62 0.60
HSL 339.18º 0.91% 0.21% -
HSV(B) 339.18º 0.95% 0.4% -
XYZ 6.01 3.14 2.21 -
YUV 38.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 103 5 39 0 0.95 0.62 0.60 339.18 0.91 0.21
Hex 67 5 27 0 5F 3E 3C 153 5B 15
Octal 147 5 47 0 137 76 74 523 133 25
Binary 1100111 101 100111 0 1011111 111110 111100 101010011 1011011 10101

Color Harmonies of #670527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670527

Black with #670527

Text Example


Text Example

White with #670527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670527; }

 p { color: rgb(103,5,39); }

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

background-color css

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

 a { background-color: rgb(103,5,39); }

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

border-color css

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

 span { border-color: rgb(103,5,39); }

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