Html Css Color HEX #431E1F Bulgarian Rose

📋 copy color: '#431E1F'

red 67 ◦ green 30 ◦ blue 31

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

Shades of Bulgarian Rose #431E1F

Tints of Bulgarian Rose #431E1F

RGB

 RED value IS 67 (26.56% from 255) = 52.34%

 GREEN value IS 30 (12.11% from 255) = 23.44%

 BLUE value IS 31 (12.5% from 255) = 24.22%

R = 52.34%
G = 23.44%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#431E1F (or 0x431E1F) is known color: Bulgarian Rose. HEX triplet: 43, 1E and 1F. RGB value is (67,30,31). Sum of RGB (Red+Green+Blue) = 67+30+31=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E1F is #BCE1E0. Grayscale: #292929. Windows color (decimal): -12378593 or 2039363. OLE color: 2039363.

HSL color Cylindrical-coordinate representation of color #431E1F: hue angle of 358.38º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #431E1F is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 30 31 -
CMYK 0 0.55 0.54 0.74
HSL 358.38º 0.38% 0.19% -
HSV(B) 358.38º 0.55% 0.26% -
XYZ 3.03 2.22 1.57 -
YUV 41.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 67 30 31 0 0.55 0.54 0.74 358.38 0.38 0.19
Hex 43 1E 1F 0 37 36 4A 166 26 13
Octal 103 36 37 0 67 66 112 546 46 23
Binary 1000011 11110 11111 0 110111 110110 1001010 101100110 100110 10011

Color Harmonies of #431E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431E1F

Black with #431E1F

Text Example


Text Example

White with #431E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431E1F; }

 p { color: rgb(67,30,31); }

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

background-color css

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

 a { background-color: rgb(67,30,31); }

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

border-color css

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

 span { border-color: rgb(67,30,31); }

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