Html Css Color HEX #462225 Bulgarian Rose

📋 copy color: '#462225'

red 70 ◦ green 34 ◦ blue 37

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

Shades of Bulgarian Rose #462225

Tints of Bulgarian Rose #462225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

 BLUE value IS 37 (14.84% from 255) = 26.24%

R = 49.65%
G = 24.11%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#462225 (or 0x462225) is known color: Bulgarian Rose. HEX triplet: 46, 22 and 25. RGB value is (70,34,37). Sum of RGB (Red+Green+Blue) = 70+34+37=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #462225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462225 is #B9DDDA. Grayscale: #2D2D2D. Windows color (decimal): -12180955 or 2433606. OLE color: 2433606.

HSL color Cylindrical-coordinate representation of color #462225: hue angle of 355º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462225 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 34 37 -
CMYK 0 0.51 0.47 0.73
HSL 355º 0.35% 0.2% -
HSV(B) 355º 0.51% 0.27% -
XYZ 3.43 2.58 2.07 -
YUV 45.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 70 34 37 0 0.51 0.47 0.73 355 0.35 0.2
Hex 46 22 25 0 33 2F 49 163 23 14
Octal 106 42 45 0 63 57 111 543 43 24
Binary 1000110 100010 100101 0 110011 101111 1001001 101100011 100011 10100

Color Harmonies of #462225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462225

Black with #462225

Text Example


Text Example

White with #462225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462225; }

 p { color: rgb(70,34,37); }

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

background-color css

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

 a { background-color: rgb(70,34,37); }

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

border-color css

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

 span { border-color: rgb(70,34,37); }

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