Html Css Color HEX #431523 Bordeaux

📋 copy color: '#431523'

red 67 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #431523

Tints of Bordeaux #431523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.46%

R = 54.47%
G = 17.07%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#431523 (or 0x431523) is known color: Bordeaux. HEX triplet: 43, 15 and 23. RGB value is (67,21,35). Sum of RGB (Red+Green+Blue) = 67+21+35=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431523 is #BCEADC. Grayscale: #242424. Windows color (decimal): -12380893 or 2299203. OLE color: 2299203.

HSL color Cylindrical-coordinate representation of color #431523: hue angle of 341.74º 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 #431523 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 21 35 -
CMYK 0 0.69 0.48 0.74
HSL 341.74º 0.52% 0.17% -
HSV(B) 341.74º 0.69% 0.26% -
XYZ 2.89 1.85 1.8 -
YUV 36.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 67 21 35 0 0.69 0.48 0.74 341.74 0.52 0.17
Hex 43 15 23 0 45 30 4A 156 34 11
Octal 103 25 43 0 105 60 112 526 64 21
Binary 1000011 10101 100011 0 1000101 110000 1001010 101010110 110100 10001

Color Harmonies of #431523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431523

Black with #431523

Text Example


Text Example

White with #431523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431523; }

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

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

background-color css

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

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

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

border-color css

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

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

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