Html Css Color HEX #42121F Bordeaux

📋 copy color: '#42121F'

red 66 ◦ green 18 ◦ blue 31

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

Shades of Bordeaux #42121F

Tints of Bordeaux #42121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

 BLUE value IS 31 (12.5% from 255) = 26.96%

R = 57.39%
G = 15.65%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#42121F (or 0x42121F) is known color: Bordeaux. HEX triplet: 42, 12 and 1F. RGB value is (66,18,31). Sum of RGB (Red+Green+Blue) = 66+18+31=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42121F is #BDEDE0. Grayscale: #212121. Windows color (decimal): -12447201 or 2036290. OLE color: 2036290.

HSL color Cylindrical-coordinate representation of color #42121F: hue angle of 343.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42121F is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 31 -
CMYK 0 0.73 0.53 0.74
HSL 343.75º 0.57% 0.16% -
HSV(B) 343.75º 0.73% 0.26% -
XYZ 2.71 1.69 1.48 -
YUV 33.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 66 18 31 0 0.73 0.53 0.74 343.75 0.57 0.16
Hex 42 12 1F 0 49 35 4A 158 39 10
Octal 102 22 37 0 111 65 112 530 71 20
Binary 1000010 10010 11111 0 1001001 110101 1001010 101011000 111001 10000

Color Harmonies of #42121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42121F

Black with #42121F

Text Example


Text Example

White with #42121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42121F; }

 p { color: rgb(66,18,31); }

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

background-color css

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

 a { background-color: rgb(66,18,31); }

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

border-color css

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

 span { border-color: rgb(66,18,31); }

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