Html Css Color HEX #631721 Pohutukawa

📋 copy color: '#631721'

red 99 ◦ green 23 ◦ blue 33

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

Shades of Pohutukawa #631721

Tints of Pohutukawa #631721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

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

R = 63.87%
G = 14.84%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#631721 (or 0x631721) is known color: Pohutukawa. HEX triplet: 63, 17 and 21. RGB value is (99,23,33). Sum of RGB (Red+Green+Blue) = 99+23+33=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631721 is #9CE8DE. Grayscale: #2E2E2E. Windows color (decimal): -10283231 or 2168675. OLE color: 2168675.

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

Color convert

RGB 99 23 33 -
CMYK 0 0.77 0.67 0.61
HSL 352.11º 0.62% 0.24% -
HSV(B) 352.11º 0.77% 0.39% -
XYZ 5.73 3.38 1.79 -
YUV 46.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 99 23 33 0 0.77 0.67 0.61 352.11 0.62 0.24
Hex 63 17 21 0 4D 43 3D 160 3E 18
Octal 143 27 41 0 115 103 75 540 76 30
Binary 1100011 10111 100001 0 1001101 1000011 111101 101100000 111110 11000

Color Harmonies of #631721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631721

Black with #631721

Text Example


Text Example

White with #631721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631721; }

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

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

background-color css

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

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

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

border-color css

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

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

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