Html Css Color HEX #42101C Bordeaux

📋 copy color: '#42101C'

red 66 ◦ green 16 ◦ blue 28

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

Shades of Bordeaux #42101C

Tints of Bordeaux #42101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.55%

 BLUE value IS 28 (11.33% from 255) = 25.45%

R = 60%
G = 14.55%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42101C (or 0x42101C) is known color: Bordeaux. HEX triplet: 42, 10 and 1C. RGB value is (66,16,28). Sum of RGB (Red+Green+Blue) = 66+16+28=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #42101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42101C is #BDEFE3. Grayscale: #202020. Windows color (decimal): -12447716 or 1839170. OLE color: 1839170.

HSL color Cylindrical-coordinate representation of color #42101C: hue angle of 345.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42101C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 16 28 -
CMYK 0 0.76 0.58 0.74
HSL 345.6º 0.61% 0.16% -
HSV(B) 345.6º 0.76% 0.26% -
XYZ 2.64 1.61 1.27 -
YUV 32.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 66 16 28 0 0.76 0.58 0.74 345.6 0.61 0.16
Hex 42 10 1C 0 4C 3A 4A 15A 3D 10
Octal 102 20 34 0 114 72 112 532 75 20
Binary 1000010 10000 11100 0 1001100 111010 1001010 101011010 111101 10000

Color Harmonies of #42101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42101C

Black with #42101C

Text Example


Text Example

White with #42101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42101C; }

 p { color: rgb(66,16,28); }

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

background-color css

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

 a { background-color: rgb(66,16,28); }

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

border-color css

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

 span { border-color: rgb(66,16,28); }

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