Html Css Color HEX #610007 Pohutukawa

📋 copy color: '#610007'

red 97 ◦ green 0 ◦ blue 7

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

Shades of Pohutukawa #610007

Tints of Pohutukawa #610007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.27%
G = 0%
B = 6.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#610007 (or 0x610007) is known color: Pohutukawa. HEX triplet: 61, 00 and 07. RGB value is (97,0,7). Sum of RGB (Red+Green+Blue) = 97+0+7=104 (13% of max value = 765). Red value is 97 (38.28% from 255 or 93.27% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 97 - color contains mainly: red. Hex color #610007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610007 is #9EFFF8. Grayscale: #1D1D1D. Windows color (decimal): -10420217 or 458849. OLE color: 458849.

HSL color Cylindrical-coordinate representation of color #610007: hue angle of 355.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610007 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 7 -
CMYK 0 1 0.93 0.62
HSL 355.67º 1% 0.19% -
HSV(B) 355.67º 1% 0.38% -
XYZ 4.97 2.56 0.43 -
YUV 29.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 97 0 7 0 1 0.93 0.62 355.67 1 0.19
Hex 61 0 7 0 64 5D 3E 164 64 13
Octal 141 0 7 0 144 135 76 544 144 23
Binary 1100001 0 111 0 1100100 1011101 111110 101100100 1100100 10011

Color Harmonies of #610007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610007

Black with #610007

Text Example


Text Example

White with #610007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610007; }

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

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

background-color css

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

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

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

border-color css

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

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

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