Html Css Color HEX #462829 Bulgarian Rose

📋 copy color: '#462829'

red 70 ◦ green 40 ◦ blue 41

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

Shades of Bulgarian Rose #462829

Tints of Bulgarian Rose #462829

RGB

 RED value IS 70 (27.73% from 255) = 46.36%

 GREEN value IS 40 (16.02% from 255) = 26.49%

 BLUE value IS 41 (16.41% from 255) = 27.15%

R = 46.36%
G = 26.49%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#462829 (or 0x462829) is known color: Bulgarian Rose. HEX triplet: 46, 28 and 29. RGB value is (70,40,41). Sum of RGB (Red+Green+Blue) = 70+40+41=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #462829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462829 is #B9D7D6. Grayscale: #313131. Windows color (decimal): -12179415 or 2697286. OLE color: 2697286.

HSL color Cylindrical-coordinate representation of color #462829: hue angle of 358º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #462829 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 40 41 -
CMYK 0 0.43 0.41 0.73
HSL 358º 0.27% 0.22% -
HSV(B) 358º 0.43% 0.27% -
XYZ 3.68 2.98 2.48 -
YUV 49.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 70 40 41 0 0.43 0.41 0.73 358 0.27 0.22
Hex 46 28 29 0 2B 29 49 166 1B 16
Octal 106 50 51 0 53 51 111 546 33 26
Binary 1000110 101000 101001 0 101011 101001 1001001 101100110 11011 10110

Color Harmonies of #462829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462829

Black with #462829

Text Example


Text Example

White with #462829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462829; }

 p { color: rgb(70,40,41); }

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

background-color css

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

 a { background-color: rgb(70,40,41); }

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

border-color css

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

 span { border-color: rgb(70,40,41); }

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