Html Css Color HEX #4B272A Bulgarian Rose

📋 copy color: '#4B272A'

red 75 ◦ green 39 ◦ blue 42

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

Shades of Bulgarian Rose #4B272A

Tints of Bulgarian Rose #4B272A

RGB

 RED value IS 75 (29.69% from 255) = 48.08%

 GREEN value IS 39 (15.63% from 255) = 25%

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

R = 48.08%
G = 25%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#4B272A (or 0x4B272A) is known color: Bulgarian Rose. HEX triplet: 4B, 27 and 2A. RGB value is (75,39,42). Sum of RGB (Red+Green+Blue) = 75+39+42=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B272A is #B4D8D5. Grayscale: #323232. Windows color (decimal): -11851990 or 2762571. OLE color: 2762571.

HSL color Cylindrical-coordinate representation of color #4B272A: hue angle of 355º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B272A is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 39 42 -
CMYK 0 0.48 0.44 0.71
HSL 355º 0.32% 0.22% -
HSV(B) 355º 0.48% 0.29% -
XYZ 4.05 3.11 2.58 -
YUV 50.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 75 39 42 0 0.48 0.44 0.71 355 0.32 0.22
Hex 4B 27 2A 0 30 2C 47 163 20 16
Octal 113 47 52 0 60 54 107 543 40 26
Binary 1001011 100111 101010 0 110000 101100 1000111 101100011 100000 10110

Color Harmonies of #4B272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B272A

Black with #4B272A

Text Example


Text Example

White with #4B272A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,39,42); }

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

background-color css

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

 a { background-color: rgb(75,39,42); }

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

border-color css

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

 span { border-color: rgb(75,39,42); }

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