Html Css Color HEX #462123 Bulgarian Rose

📋 copy color: '#462123'

red 70 ◦ green 33 ◦ blue 35

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

Shades of Bulgarian Rose #462123

Tints of Bulgarian Rose #462123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

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

R = 50.72%
G = 23.91%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#462123 (or 0x462123) is known color: Bulgarian Rose. HEX triplet: 46, 21 and 23. RGB value is (70,33,35). Sum of RGB (Red+Green+Blue) = 70+33+35=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #462123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462123 is #B9DEDC. Grayscale: #2C2C2C. Windows color (decimal): -12181213 or 2302278. OLE color: 2302278.

HSL color Cylindrical-coordinate representation of color #462123: hue angle of 356.76º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462123 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 33 35 -
CMYK 0 0.53 0.5 0.73
HSL 356.76º 0.36% 0.2% -
HSV(B) 356.76º 0.53% 0.27% -
XYZ 3.37 2.51 1.9 -
YUV 44.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 70 33 35 0 0.53 0.5 0.73 356.76 0.36 0.2
Hex 46 21 23 0 35 32 49 165 24 14
Octal 106 41 43 0 65 62 111 545 44 24
Binary 1000110 100001 100011 0 110101 110010 1001001 101100101 100100 10100

Color Harmonies of #462123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462123

Black with #462123

Text Example


Text Example

White with #462123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462123; }

 p { color: rgb(70,33,35); }

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

background-color css

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

 a { background-color: rgb(70,33,35); }

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

border-color css

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

 span { border-color: rgb(70,33,35); }

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