Html Css Color HEX #461F21 Bulgarian Rose

📋 copy color: '#461F21'

red 70 ◦ green 31 ◦ blue 33

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

Shades of Bulgarian Rose #461F21

Tints of Bulgarian Rose #461F21

RGB

 RED value IS 70 (27.73% from 255) = 52.24%

 GREEN value IS 31 (12.5% from 255) = 23.13%

 BLUE value IS 33 (13.28% from 255) = 24.63%

R = 52.24%
G = 23.13%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#461F21 (or 0x461F21) is known color: Bulgarian Rose. HEX triplet: 46, 1F and 21. RGB value is (70,31,33). Sum of RGB (Red+Green+Blue) = 70+31+33=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #461F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F21 is #B9E0DE. Grayscale: #2A2A2A. Windows color (decimal): -12181727 or 2170694. OLE color: 2170694.

HSL color Cylindrical-coordinate representation of color #461F21: hue angle of 356.92º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #461F21 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 31 33 -
CMYK 0 0.56 0.53 0.73
HSL 356.92º 0.39% 0.2% -
HSV(B) 356.92º 0.56% 0.27% -
XYZ 3.29 2.39 1.73 -
YUV 42.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 70 31 33 0 0.56 0.53 0.73 356.92 0.39 0.2
Hex 46 1F 21 0 38 35 49 165 27 14
Octal 106 37 41 0 70 65 111 545 47 24
Binary 1000110 11111 100001 0 111000 110101 1001001 101100101 100111 10100

Color Harmonies of #461F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F21

Black with #461F21

Text Example


Text Example

White with #461F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461F21; }

 p { color: rgb(70,31,33); }

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

background-color css

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

 a { background-color: rgb(70,31,33); }

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

border-color css

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

 span { border-color: rgb(70,31,33); }

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