Html Css Color HEX #421523 Bordeaux

📋 copy color: '#421523'

red 66 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #421523

Tints of Bordeaux #421523

RGB

 RED value IS 66 (26.17% from 255) = 54.1%

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

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

R = 54.1%
G = 17.21%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#421523 (or 0x421523) is known color: Bordeaux. HEX triplet: 42, 15 and 23. RGB value is (66,21,35). Sum of RGB (Red+Green+Blue) = 66+21+35=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421523 is #BDEADC. Grayscale: #242424. Windows color (decimal): -12446429 or 2299202. OLE color: 2299202.

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

Color convert

RGB 66 21 35 -
CMYK 0 0.68 0.47 0.74
HSL 341.33º 0.52% 0.17% -
HSV(B) 341.33º 0.68% 0.26% -
XYZ 2.82 1.82 1.79 -
YUV 36.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 66 21 35 0 0.68 0.47 0.74 341.33 0.52 0.17
Hex 42 15 23 0 44 2F 4A 155 34 11
Octal 102 25 43 0 104 57 112 525 64 21
Binary 1000010 10101 100011 0 1000100 101111 1001010 101010101 110100 10001

Color Harmonies of #421523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421523

Black with #421523

Text Example


Text Example

White with #421523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421523; }

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

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

background-color css

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

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

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

border-color css

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

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

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