Html Css Color HEX #422123 Bulgarian Rose

📋 copy color: '#422123'

red 66 ◦ green 33 ◦ blue 35

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

Shades of Bulgarian Rose #422123

Tints of Bulgarian Rose #422123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.63%

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

R = 49.25%
G = 24.63%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#422123 (or 0x422123) is known color: Bulgarian Rose. HEX triplet: 42, 21 and 23. RGB value is (66,33,35). Sum of RGB (Red+Green+Blue) = 66+33+35=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #422123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422123 is #BDDEDC. Grayscale: #2B2B2B. Windows color (decimal): -12443357 or 2302274. OLE color: 2302274.

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

Color convert

RGB 66 33 35 -
CMYK 0 0.5 0.47 0.74
HSL 356.36º 0.33% 0.19% -
HSV(B) 356.36º 0.5% 0.26% -
XYZ 3.09 2.37 1.88 -
YUV 43.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 66 33 35 0 0.5 0.47 0.74 356.36 0.33 0.19
Hex 42 21 23 0 32 2F 4A 164 21 13
Octal 102 41 43 0 62 57 112 544 41 23
Binary 1000010 100001 100011 0 110010 101111 1001010 101100100 100001 10011

Color Harmonies of #422123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422123

Black with #422123

Text Example


Text Example

White with #422123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422123; }

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

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

background-color css

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

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

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

border-color css

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

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

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