Html Css Color HEX #421423 Bordeaux

📋 copy color: '#421423'

red 66 ◦ green 20 ◦ blue 35

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

Shades of Bordeaux #421423

Tints of Bordeaux #421423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

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

R = 54.55%
G = 16.53%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#421423 (or 0x421423) is known color: Bordeaux. HEX triplet: 42, 14 and 23. RGB value is (66,20,35). Sum of RGB (Red+Green+Blue) = 66+20+35=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421423 is #BDEBDC. Grayscale: #232323. Windows color (decimal): -12446685 or 2298946. OLE color: 2298946.

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

Color convert

RGB 66 20 35 -
CMYK 0 0.70 0.47 0.74
HSL 340.43º 0.53% 0.17% -
HSV(B) 340.43º 0.7% 0.26% -
XYZ 2.8 1.78 1.79 -
YUV 35.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 66 20 35 0 0.70 0.47 0.74 340.43 0.53 0.17
Hex 42 14 23 0 46 2F 4A 154 35 11
Octal 102 24 43 0 106 57 112 524 65 21
Binary 1000010 10100 100011 0 1000110 101111 1001010 101010100 110101 10001

Color Harmonies of #421423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421423

Black with #421423

Text Example


Text Example

White with #421423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421423; }

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

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

background-color css

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

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

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

border-color css

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

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

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