Html Css Color HEX #610322 Pohutukawa

📋 copy color: '#610322'

red 97 ◦ green 3 ◦ blue 34

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

Shades of Pohutukawa #610322

Tints of Pohutukawa #610322

RGB

 RED value IS 97 (38.28% from 255) = 72.39%

 GREEN value IS 3 (1.56% from 255) = 2.24%

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

R = 72.39%
G = 2.24%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#610322 (or 0x610322) is known color: Pohutukawa. HEX triplet: 61, 03 and 22. RGB value is (97,3,34). Sum of RGB (Red+Green+Blue) = 97+3+34=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #610322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610322 is #9EFCDD. Grayscale: #222222. Windows color (decimal): -10419422 or 2229089. OLE color: 2229089.

HSL color Cylindrical-coordinate representation of color #610322: hue angle of 340.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610322 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 34 -
CMYK 0 0.97 0.65 0.62
HSL 340.21º 0.94% 0.2% -
HSV(B) 340.21º 0.97% 0.38% -
XYZ 5.25 2.72 1.76 -
YUV 34.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 97 3 34 0 0.97 0.65 0.62 340.21 0.94 0.2
Hex 61 3 22 0 61 41 3E 154 5E 14
Octal 141 3 42 0 141 101 76 524 136 24
Binary 1100001 11 100010 0 1100001 1000001 111110 101010100 1011110 10100

Color Harmonies of #610322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610322

Black with #610322

Text Example


Text Example

White with #610322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610322; }

 p { color: rgb(97,3,34); }

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

background-color css

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

 a { background-color: rgb(97,3,34); }

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

border-color css

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

 span { border-color: rgb(97,3,34); }

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