Html Css Color HEX #610307 Pohutukawa

📋 copy color: '#610307'

red 97 ◦ green 3 ◦ blue 7

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

Shades of Pohutukawa #610307

Tints of Pohutukawa #610307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.54%

R = 90.65%
G = 2.8%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#610307 (or 0x610307) is known color: Pohutukawa. HEX triplet: 61, 03 and 07. RGB value is (97,3,7). Sum of RGB (Red+Green+Blue) = 97+3+7=107 (14% of max value = 765). Red value is 97 (38.28% from 255 or 90.65% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 97 - color contains mainly: red. Hex color #610307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610307 is #9EFCF8. Grayscale: #1F1F1F. Windows color (decimal): -10419449 or 459617. OLE color: 459617.

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

Color convert

RGB 97 3 7 -
CMYK 0 0.97 0.93 0.62
HSL 357.45º 0.94% 0.2% -
HSV(B) 357.45º 0.97% 0.38% -
XYZ 5 2.62 0.44 -
YUV 31.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 97 3 7 0 0.97 0.93 0.62 357.45 0.94 0.2
Hex 61 3 7 0 61 5D 3E 165 5E 14
Octal 141 3 7 0 141 135 76 545 136 24
Binary 1100001 11 111 0 1100001 1011101 111110 101100101 1011110 10100

Color Harmonies of #610307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610307

Black with #610307

Text Example


Text Example

White with #610307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610307; }

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

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

background-color css

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

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

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

border-color css

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

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

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