Html Css Color HEX #461625 Bordeaux

📋 copy color: '#461625'

red 70 ◦ green 22 ◦ blue 37

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

Shades of Bordeaux #461625

Tints of Bordeaux #461625

RGB

 RED value IS 70 (27.73% from 255) = 54.26%

 GREEN value IS 22 (8.98% from 255) = 17.05%

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

R = 54.26%
G = 17.05%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#461625 (or 0x461625) is known color: Bordeaux. HEX triplet: 46, 16 and 25. RGB value is (70,22,37). Sum of RGB (Red+Green+Blue) = 70+22+37=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461625 is #B9E9DA. Grayscale: #262626. Windows color (decimal): -12184027 or 2430534. OLE color: 2430534.

HSL color Cylindrical-coordinate representation of color #461625: hue angle of 341.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461625 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 22 37 -
CMYK 0 0.69 0.47 0.73
HSL 341.25º 0.52% 0.18% -
HSV(B) 341.25º 0.69% 0.27% -
XYZ 3.15 2.01 1.97 -
YUV 38.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 70 22 37 0 0.69 0.47 0.73 341.25 0.52 0.18
Hex 46 16 25 0 45 2F 49 155 34 12
Octal 106 26 45 0 105 57 111 525 64 22
Binary 1000110 10110 100101 0 1000101 101111 1001001 101010101 110100 10010

Color Harmonies of #461625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461625

Black with #461625

Text Example


Text Example

White with #461625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461625; }

 p { color: rgb(70,22,37); }

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

background-color css

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

 a { background-color: rgb(70,22,37); }

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

border-color css

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

 span { border-color: rgb(70,22,37); }

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