Html Css Color HEX #421F23 Bulgarian Rose

📋 copy color: '#421F23'

red 66 ◦ green 31 ◦ blue 35

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

Shades of Bulgarian Rose #421F23

Tints of Bulgarian Rose #421F23

RGB

 RED value IS 66 (26.17% from 255) = 50%

 GREEN value IS 31 (12.5% from 255) = 23.48%

 BLUE value IS 35 (14.06% from 255) = 26.52%

R = 50%
G = 23.48%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#421F23 (or 0x421F23) is known color: Bulgarian Rose. HEX triplet: 42, 1F and 23. RGB value is (66,31,35). Sum of RGB (Red+Green+Blue) = 66+31+35=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #421F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F23 is #BDE0DC. Grayscale: #292929. Windows color (decimal): -12443869 or 2301762. OLE color: 2301762.

HSL color Cylindrical-coordinate representation of color #421F23: hue angle of 353.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F23 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 31 35 -
CMYK 0 0.53 0.47 0.74
HSL 353.14º 0.36% 0.19% -
HSV(B) 353.14º 0.53% 0.26% -
XYZ 3.04 2.26 1.87 -
YUV 41.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 66 31 35 0 0.53 0.47 0.74 353.14 0.36 0.19
Hex 42 1F 23 0 35 2F 4A 161 24 13
Octal 102 37 43 0 65 57 112 541 44 23
Binary 1000010 11111 100011 0 110101 101111 1001010 101100001 100100 10011

Color Harmonies of #421F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F23

Black with #421F23

Text Example


Text Example

White with #421F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421F23; }

 p { color: rgb(66,31,35); }

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

background-color css

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

 a { background-color: rgb(66,31,35); }

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

border-color css

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

 span { border-color: rgb(66,31,35); }

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