Html Css Color HEX #670525 Burgundy

📋 copy color: '#670525'

red 103 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #670525

Tints of Burgundy #670525

RGB

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

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

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

R = 71.03%
G = 3.45%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#670525 (or 0x670525) is known color: Burgundy. HEX triplet: 67, 05 and 25. RGB value is (103,5,37). Sum of RGB (Red+Green+Blue) = 103+5+37=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #670525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670525 is #98FADA. Grayscale: #252525. Windows color (decimal): -10025691 or 2426215. OLE color: 2426215.

HSL color Cylindrical-coordinate representation of color #670525: hue angle of 340.41º 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 #670525 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 37 -
CMYK 0 0.95 0.64 0.60
HSL 340.41º 0.91% 0.21% -
HSV(B) 340.41º 0.95% 0.4% -
XYZ 5.98 3.13 2.04 -
YUV 37.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 103 5 37 0 0.95 0.64 0.60 340.41 0.91 0.21
Hex 67 5 25 0 5F 40 3C 154 5B 15
Octal 147 5 45 0 137 100 74 524 133 25
Binary 1100111 101 100101 0 1011111 1000000 111100 101010100 1011011 10101

Color Harmonies of #670525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670525

Black with #670525

Text Example


Text Example

White with #670525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670525; }

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

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

background-color css

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

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

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

border-color css

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

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

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