Html Css Color HEX #631322 Pohutukawa

📋 copy color: '#631322'

red 99 ◦ green 19 ◦ blue 34

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

Shades of Pohutukawa #631322

Tints of Pohutukawa #631322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

 BLUE value IS 34 (13.67% from 255) = 22.37%

R = 65.13%
G = 12.5%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#631322 (or 0x631322) is known color: Pohutukawa. HEX triplet: 63, 13 and 22. RGB value is (99,19,34). Sum of RGB (Red+Green+Blue) = 99+19+34=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631322 is #9CECDD. Grayscale: #2C2C2C. Windows color (decimal): -10284254 or 2233187. OLE color: 2233187.

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

Color convert

RGB 99 19 34 -
CMYK 0 0.81 0.66 0.61
HSL 348.75º 0.68% 0.23% -
HSV(B) 348.75º 0.81% 0.39% -
XYZ 5.67 3.23 1.84 -
YUV 44.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 99 19 34 0 0.81 0.66 0.61 348.75 0.68 0.23
Hex 63 13 22 0 51 42 3D 15D 44 17
Octal 143 23 42 0 121 102 75 535 104 27
Binary 1100011 10011 100010 0 1010001 1000010 111101 101011101 1000100 10111

Color Harmonies of #631322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631322

Black with #631322

Text Example


Text Example

White with #631322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631322; }

 p { color: rgb(99,19,34); }

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

background-color css

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

 a { background-color: rgb(99,19,34); }

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

border-color css

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

 span { border-color: rgb(99,19,34); }

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