Html Css Color HEX #4D232A Bulgarian Rose

📋 copy color: '#4D232A'

red 77 ◦ green 35 ◦ blue 42

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

Shades of Bulgarian Rose #4D232A

Tints of Bulgarian Rose #4D232A

RGB

 RED value IS 77 (30.47% from 255) = 50%

 GREEN value IS 35 (14.06% from 255) = 22.73%

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 50%
G = 22.73%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4D232A (or 0x4D232A) is known color: Bulgarian Rose. HEX triplet: 4D, 23 and 2A. RGB value is (77,35,42). Sum of RGB (Red+Green+Blue) = 77+35+42=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D232A is #B2DCD5. Grayscale: #303030. Windows color (decimal): -11721942 or 2761549. OLE color: 2761549.

HSL color Cylindrical-coordinate representation of color #4D232A: hue angle of 350º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D232A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 35 42 -
CMYK 0 0.55 0.45 0.70
HSL 350º 0.38% 0.22% -
HSV(B) 350º 0.55% 0.3% -
XYZ 4.08 2.95 2.54 -
YUV 48.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 77 35 42 0 0.55 0.45 0.70 350 0.38 0.22
Hex 4D 23 2A 0 37 2D 46 15E 26 16
Octal 115 43 52 0 67 55 106 536 46 26
Binary 1001101 100011 101010 0 110111 101101 1000110 101011110 100110 10110

Color Harmonies of #4D232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D232A

Black with #4D232A

Text Example


Text Example

White with #4D232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D232A; }

 p { color: rgb(77,35,42); }

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

background-color css

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

 a { background-color: rgb(77,35,42); }

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

border-color css

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

 span { border-color: rgb(77,35,42); }

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