Html Css Color HEX #631722 Pohutukawa

📋 copy color: '#631722'

red 99 ◦ green 23 ◦ blue 34

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

Shades of Pohutukawa #631722

Tints of Pohutukawa #631722

RGB

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

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

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

R = 63.46%
G = 14.74%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#631722 (or 0x631722) is known color: Pohutukawa. HEX triplet: 63, 17 and 22. RGB value is (99,23,34). Sum of RGB (Red+Green+Blue) = 99+23+34=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #631722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631722 is #9CE8DD. Grayscale: #2F2F2F. Windows color (decimal): -10283230 or 2234211. OLE color: 2234211.

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

Color convert

RGB 99 23 34 -
CMYK 0 0.77 0.66 0.61
HSL 351.32º 0.62% 0.24% -
HSV(B) 351.32º 0.77% 0.39% -
XYZ 5.74 3.38 1.86 -
YUV 46.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 99 23 34 0 0.77 0.66 0.61 351.32 0.62 0.24
Hex 63 17 22 0 4D 42 3D 15F 3E 18
Octal 143 27 42 0 115 102 75 537 76 30
Binary 1100011 10111 100010 0 1001101 1000010 111101 101011111 111110 11000

Color Harmonies of #631722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631722

Black with #631722

Text Example


Text Example

White with #631722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631722; }

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

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

background-color css

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

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

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

border-color css

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

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

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