Html Css Color HEX #462427 Bulgarian Rose

📋 copy color: '#462427'

red 70 ◦ green 36 ◦ blue 39

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

Shades of Bulgarian Rose #462427

Tints of Bulgarian Rose #462427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 48.28%
G = 24.83%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#462427 (or 0x462427) is known color: Bulgarian Rose. HEX triplet: 46, 24 and 27. RGB value is (70,36,39). Sum of RGB (Red+Green+Blue) = 70+36+39=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462427 is #B9DBD8. Grayscale: #2E2E2E. Windows color (decimal): -12180441 or 2565190. OLE color: 2565190.

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

Color convert

RGB 70 36 39 -
CMYK 0 0.49 0.44 0.73
HSL 354.71º 0.32% 0.21% -
HSV(B) 354.71º 0.49% 0.27% -
XYZ 3.52 2.71 2.26 -
YUV 46.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 70 36 39 0 0.49 0.44 0.73 354.71 0.32 0.21
Hex 46 24 27 0 31 2C 49 163 20 15
Octal 106 44 47 0 61 54 111 543 40 25
Binary 1000110 100100 100111 0 110001 101100 1001001 101100011 100000 10101

Color Harmonies of #462427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462427

Black with #462427

Text Example


Text Example

White with #462427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462427; }

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

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

background-color css

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

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

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

border-color css

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

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

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