Html Css Color HEX #471C1D Bulgarian Rose

📋 copy color: '#471C1D'

red 71 ◦ green 28 ◦ blue 29

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

Shades of Bulgarian Rose #471C1D

Tints of Bulgarian Rose #471C1D

RGB

 RED value IS 71 (28.13% from 255) = 55.47%

 GREEN value IS 28 (11.33% from 255) = 21.88%

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 55.47%
G = 21.88%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#471C1D (or 0x471C1D) is known color: Bulgarian Rose. HEX triplet: 47, 1C and 1D. RGB value is (71,28,29). Sum of RGB (Red+Green+Blue) = 71+28+29=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C1D is #B8E3E2. Grayscale: #292929. Windows color (decimal): -12116963 or 1907783. OLE color: 1907783.

HSL color Cylindrical-coordinate representation of color #471C1D: hue angle of 358.6º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C1D is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 28 29 -
CMYK 0 0.61 0.59 0.72
HSL 358.6º 0.43% 0.19% -
HSV(B) 358.6º 0.61% 0.28% -
XYZ 3.24 2.26 1.43 -
YUV 40.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 71 28 29 0 0.61 0.59 0.72 358.6 0.43 0.19
Hex 47 1C 1D 0 3D 3B 48 167 2B 13
Octal 107 34 35 0 75 73 110 547 53 23
Binary 1000111 11100 11101 0 111101 111011 1001000 101100111 101011 10011

Color Harmonies of #471C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C1D

Black with #471C1D

Text Example


Text Example

White with #471C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471C1D; }

 p { color: rgb(71,28,29); }

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

background-color css

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

 a { background-color: rgb(71,28,29); }

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

border-color css

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

 span { border-color: rgb(71,28,29); }

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