Html Css Color HEX #631323 Pohutukawa

📋 copy color: '#631323'

red 99 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #631323

Tints of Pohutukawa #631323

RGB

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

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

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

R = 64.71%
G = 12.42%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#631323 (or 0x631323) is known color: Pohutukawa. HEX triplet: 63, 13 and 23. RGB value is (99,19,35). Sum of RGB (Red+Green+Blue) = 99+19+35=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #631323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631323 is #9CECDC. Grayscale: #2C2C2C. Windows color (decimal): -10284253 or 2298723. OLE color: 2298723.

HSL color Cylindrical-coordinate representation of color #631323: hue angle of 348º 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 #631323 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 35 -
CMYK 0 0.81 0.65 0.61
HSL 348º 0.68% 0.23% -
HSV(B) 348º 0.81% 0.39% -
XYZ 5.68 3.24 1.92 -
YUV 44.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 99 19 35 0 0.81 0.65 0.61 348 0.68 0.23
Hex 63 13 23 0 51 41 3D 15C 44 17
Octal 143 23 43 0 121 101 75 534 104 27
Binary 1100011 10011 100011 0 1010001 1000001 111101 101011100 1000100 10111

Color Harmonies of #631323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631323

Black with #631323

Text Example


Text Example

White with #631323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631323; }

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

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

background-color css

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

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

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

border-color css

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

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

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