Html Css Color HEX #632130 Claret

📋 copy color: '#632130'

red 99 ◦ green 33 ◦ blue 48

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

Shades of Claret #632130

Tints of Claret #632130

RGB

 RED value IS 99 (39.06% from 255) = 55%

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

 BLUE value IS 48 (19.14% from 255) = 26.67%

R = 55%
G = 18.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#632130 (or 0x632130) is known color: Claret. HEX triplet: 63, 21 and 30. RGB value is (99,33,48). Sum of RGB (Red+Green+Blue) = 99+33+48=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #632130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632130 is #9CDECF. Grayscale: #363636. Windows color (decimal): -10280656 or 3154275. OLE color: 3154275.

HSL color Cylindrical-coordinate representation of color #632130: hue angle of 346.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632130 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 48 -
CMYK 0 0.67 0.52 0.61
HSL 346.36º 0.5% 0.26% -
HSV(B) 346.36º 0.67% 0.39% -
XYZ 6.22 3.95 3.23 -
YUV 54.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 99 33 48 0 0.67 0.52 0.61 346.36 0.5 0.26
Hex 63 21 30 0 43 34 3D 15A 32 1A
Octal 143 41 60 0 103 64 75 532 62 32
Binary 1100011 100001 110000 0 1000011 110100 111101 101011010 110010 11010

Color Harmonies of #632130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632130

Black with #632130

Text Example


Text Example

White with #632130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632130; }

 p { color: rgb(99,33,48); }

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

background-color css

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

 a { background-color: rgb(99,33,48); }

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

border-color css

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

 span { border-color: rgb(99,33,48); }

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