Html Css Color HEX #631121 Pohutukawa

📋 copy color: '#631121'

red 99 ◦ green 17 ◦ blue 33

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

Shades of Pohutukawa #631121

Tints of Pohutukawa #631121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 66.44%
G = 11.41%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#631121 (or 0x631121) is known color: Pohutukawa. HEX triplet: 63, 11 and 21. RGB value is (99,17,33). Sum of RGB (Red+Green+Blue) = 99+17+33=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #631121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631121 is #9CEEDE. Grayscale: #2B2B2B. Windows color (decimal): -10284767 or 2167139. OLE color: 2167139.

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

Color convert

RGB 99 17 33 -
CMYK 0 0.83 0.67 0.61
HSL 348.29º 0.71% 0.23% -
HSV(B) 348.29º 0.83% 0.39% -
XYZ 5.62 3.16 1.75 -
YUV 43.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 99 17 33 0 0.83 0.67 0.61 348.29 0.71 0.23
Hex 63 11 21 0 53 43 3D 15C 47 17
Octal 143 21 41 0 123 103 75 534 107 27
Binary 1100011 10001 100001 0 1010011 1000011 111101 101011100 1000111 10111

Color Harmonies of #631121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631121

Black with #631121

Text Example


Text Example

White with #631121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631121; }

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

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

background-color css

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

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

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

border-color css

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

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

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