Html Css Color HEX #472023 Bulgarian Rose

📋 copy color: '#472023'

red 71 ◦ green 32 ◦ blue 35

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

Shades of Bulgarian Rose #472023

Tints of Bulgarian Rose #472023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

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

R = 51.45%
G = 23.19%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#472023 (or 0x472023) is known color: Bulgarian Rose. HEX triplet: 47, 20 and 23. RGB value is (71,32,35). Sum of RGB (Red+Green+Blue) = 71+32+35=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #472023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472023 is #B8DFDC. Grayscale: #2C2C2C. Windows color (decimal): -12115933 or 2302023. OLE color: 2302023.

HSL color Cylindrical-coordinate representation of color #472023: hue angle of 355.38º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472023 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 32 35 -
CMYK 0 0.55 0.51 0.72
HSL 355.38º 0.38% 0.2% -
HSV(B) 355.38º 0.55% 0.28% -
XYZ 3.42 2.49 1.89 -
YUV 44 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 71 32 35 0 0.55 0.51 0.72 355.38 0.38 0.2
Hex 47 20 23 0 37 33 48 163 26 14
Octal 107 40 43 0 67 63 110 543 46 24
Binary 1000111 100000 100011 0 110111 110011 1001000 101100011 100110 10100

Color Harmonies of #472023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472023

Black with #472023

Text Example


Text Example

White with #472023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472023; }

 p { color: rgb(71,32,35); }

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

background-color css

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

 a { background-color: rgb(71,32,35); }

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

border-color css

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

 span { border-color: rgb(71,32,35); }

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