Html Css Color HEX #461925 Bordeaux

📋 copy color: '#461925'

red 70 ◦ green 25 ◦ blue 37

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

Shades of Bordeaux #461925

Tints of Bordeaux #461925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

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

R = 53.03%
G = 18.94%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#461925 (or 0x461925) is known color: Bordeaux. HEX triplet: 46, 19 and 25. RGB value is (70,25,37). Sum of RGB (Red+Green+Blue) = 70+25+37=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #461925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461925 is #B9E6DA. Grayscale: #272727. Windows color (decimal): -12183259 or 2431302. OLE color: 2431302.

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

Color convert

RGB 70 25 37 -
CMYK 0 0.64 0.47 0.73
HSL 344º 0.47% 0.19% -
HSV(B) 344º 0.64% 0.27% -
XYZ 3.21 2.13 1.99 -
YUV 39.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 70 25 37 0 0.64 0.47 0.73 344 0.47 0.19
Hex 46 19 25 0 40 2F 49 158 2F 13
Octal 106 31 45 0 100 57 111 530 57 23
Binary 1000110 11001 100101 0 1000000 101111 1001001 101011000 101111 10011

Color Harmonies of #461925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461925

Black with #461925

Text Example


Text Example

White with #461925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461925; }

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

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

background-color css

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

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

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

border-color css

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

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

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