Html Css Color HEX #462327 Bulgarian Rose

📋 copy color: '#462327'

red 70 ◦ green 35 ◦ blue 39

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

Shades of Bulgarian Rose #462327

Tints of Bulgarian Rose #462327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 48.61%
G = 24.31%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#462327 (or 0x462327) is known color: Bulgarian Rose. HEX triplet: 46, 23 and 27. RGB value is (70,35,39). Sum of RGB (Red+Green+Blue) = 70+35+39=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462327 is #B9DCD8. Grayscale: #2D2D2D. Windows color (decimal): -12180697 or 2564934. OLE color: 2564934.

HSL color Cylindrical-coordinate representation of color #462327: hue angle of 353.14º 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 #462327 is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 35 39 -
CMYK 0 0.5 0.44 0.73
HSL 353.14º 0.33% 0.21% -
HSV(B) 353.14º 0.5% 0.27% -
XYZ 3.49 2.65 2.25 -
YUV 45.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 70 35 39 0 0.5 0.44 0.73 353.14 0.33 0.21
Hex 46 23 27 0 32 2C 49 161 21 15
Octal 106 43 47 0 62 54 111 541 41 25
Binary 1000110 100011 100111 0 110010 101100 1001001 101100001 100001 10101

Color Harmonies of #462327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462327

Black with #462327

Text Example


Text Example

White with #462327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462327; }

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

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

background-color css

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

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

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

border-color css

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

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

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