Html Css Color HEX #631922 Pohutukawa

📋 copy color: '#631922'

red 99 ◦ green 25 ◦ blue 34

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

Shades of Pohutukawa #631922

Tints of Pohutukawa #631922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

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

R = 62.66%
G = 15.82%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#631922 (or 0x631922) is known color: Pohutukawa. HEX triplet: 63, 19 and 22. RGB value is (99,25,34). Sum of RGB (Red+Green+Blue) = 99+25+34=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #631922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631922 is #9CE6DD. Grayscale: #303030. Windows color (decimal): -10282718 or 2234723. OLE color: 2234723.

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

Color convert

RGB 99 25 34 -
CMYK 0 0.75 0.66 0.61
HSL 352.7º 0.6% 0.24% -
HSV(B) 352.7º 0.75% 0.39% -
XYZ 5.78 3.46 1.88 -
YUV 48.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 99 25 34 0 0.75 0.66 0.61 352.7 0.6 0.24
Hex 63 19 22 0 4B 42 3D 161 3C 18
Octal 143 31 42 0 113 102 75 541 74 30
Binary 1100011 11001 100010 0 1001011 1000010 111101 101100001 111100 11000

Color Harmonies of #631922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631922

Black with #631922

Text Example


Text Example

White with #631922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631922; }

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

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

background-color css

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

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

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

border-color css

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

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

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