Html Css Color HEX #610320 Pohutukawa

📋 copy color: '#610320'

red 97 ◦ green 3 ◦ blue 32

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

Shades of Pohutukawa #610320

Tints of Pohutukawa #610320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.24%

R = 73.48%
G = 2.27%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#610320 (or 0x610320) is known color: Pohutukawa. HEX triplet: 61, 03 and 20. RGB value is (97,3,32). Sum of RGB (Red+Green+Blue) = 97+3+32=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #610320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610320 is #9EFCDF. Grayscale: #222222. Windows color (decimal): -10419424 or 2098017. OLE color: 2098017.

HSL color Cylindrical-coordinate representation of color #610320: hue angle of 341.49º 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 #610320 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 32 -
CMYK 0 0.97 0.67 0.62
HSL 341.49º 0.94% 0.2% -
HSV(B) 341.49º 0.97% 0.38% -
XYZ 5.22 2.71 1.61 -
YUV 34.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 97 3 32 0 0.97 0.67 0.62 341.49 0.94 0.2
Hex 61 3 20 0 61 43 3E 155 5E 14
Octal 141 3 40 0 141 103 76 525 136 24
Binary 1100001 11 100000 0 1100001 1000011 111110 101010101 1011110 10100

Color Harmonies of #610320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610320

Black with #610320

Text Example


Text Example

White with #610320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610320; }

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

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

background-color css

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

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

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

border-color css

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

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

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