Html Css Color HEX #41272A Bulgarian Rose

📋 copy color: '#41272A'

red 65 ◦ green 39 ◦ blue 42

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

Shades of Bulgarian Rose #41272A

Tints of Bulgarian Rose #41272A

RGB

 RED value IS 65 (25.78% from 255) = 44.52%

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

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

R = 44.52%
G = 26.71%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#41272A (or 0x41272A) is known color: Bulgarian Rose. HEX triplet: 41, 27 and 2A. RGB value is (65,39,42). Sum of RGB (Red+Green+Blue) = 65+39+42=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41272A is #BED8D5. Grayscale: #2F2F2F. Windows color (decimal): -12507350 or 2762561. OLE color: 2762561.

HSL color Cylindrical-coordinate representation of color #41272A: hue angle of 353.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41272A is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 39 42 -
CMYK 0 0.40 0.35 0.75
HSL 353.08º 0.25% 0.2% -
HSV(B) 353.08º 0.4% 0.25% -
XYZ 3.32 2.74 2.54 -
YUV 47.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 65 39 42 0 0.40 0.35 0.75 353.08 0.25 0.2
Hex 41 27 2A 0 28 23 4B 161 19 14
Octal 101 47 52 0 50 43 113 541 31 24
Binary 1000001 100111 101010 0 101000 100011 1001011 101100001 11001 10100

Color Harmonies of #41272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41272A

Black with #41272A

Text Example


Text Example

White with #41272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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