Html Css Color HEX #462325 Bulgarian Rose

📋 copy color: '#462325'

red 70 ◦ green 35 ◦ blue 37

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

Shades of Bulgarian Rose #462325

Tints of Bulgarian Rose #462325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.65%

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

R = 49.3%
G = 24.65%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#462325 (or 0x462325) is known color: Bulgarian Rose. HEX triplet: 46, 23 and 25. RGB value is (70,35,37). Sum of RGB (Red+Green+Blue) = 70+35+37=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #462325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462325 is #B9DCDA. Grayscale: #2D2D2D. Windows color (decimal): -12180699 or 2433862. OLE color: 2433862.

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

Color convert

RGB 70 35 37 -
CMYK 0 0.5 0.47 0.73
HSL 356.57º 0.33% 0.21% -
HSV(B) 356.57º 0.5% 0.27% -
XYZ 3.46 2.64 2.08 -
YUV 45.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 70 35 37 0 0.5 0.47 0.73 356.57 0.33 0.21
Hex 46 23 25 0 32 2F 49 165 21 15
Octal 106 43 45 0 62 57 111 545 41 25
Binary 1000110 100011 100101 0 110010 101111 1001001 101100101 100001 10101

Color Harmonies of #462325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462325

Black with #462325

Text Example


Text Example

White with #462325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462325; }

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

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

background-color css

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

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

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

border-color css

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

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

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