Html Css Color HEX #431521 Bordeaux

📋 copy color: '#431521'

red 67 ◦ green 21 ◦ blue 33

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

Shades of Bordeaux #431521

Tints of Bordeaux #431521

RGB

 RED value IS 67 (26.56% from 255) = 55.37%

 GREEN value IS 21 (8.59% from 255) = 17.36%

 BLUE value IS 33 (13.28% from 255) = 27.27%

R = 55.37%
G = 17.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#431521 (or 0x431521) is known color: Bordeaux. HEX triplet: 43, 15 and 21. RGB value is (67,21,33). Sum of RGB (Red+Green+Blue) = 67+21+33=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431521 is #BCEADE. Grayscale: #242424. Windows color (decimal): -12380895 or 2168131. OLE color: 2168131.

HSL color Cylindrical-coordinate representation of color #431521: hue angle of 344.35º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431521 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 21 33 -
CMYK 0 0.69 0.51 0.74
HSL 344.35º 0.52% 0.17% -
HSV(B) 344.35º 0.69% 0.26% -
XYZ 2.86 1.84 1.64 -
YUV 36.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 67 21 33 0 0.69 0.51 0.74 344.35 0.52 0.17
Hex 43 15 21 0 45 33 4A 158 34 11
Octal 103 25 41 0 105 63 112 530 64 21
Binary 1000011 10101 100001 0 1000101 110011 1001010 101011000 110100 10001

Color Harmonies of #431521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431521

Black with #431521

Text Example


Text Example

White with #431521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431521; }

 p { color: rgb(67,21,33); }

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

background-color css

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

 a { background-color: rgb(67,21,33); }

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

border-color css

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

 span { border-color: rgb(67,21,33); }

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