Html Css Color HEX #61030F Pohutukawa

📋 copy color: '#61030F'

red 97 ◦ green 3 ◦ blue 15

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

Shades of Pohutukawa #61030F

Tints of Pohutukawa #61030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 84.35%
G = 2.61%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61030F (or 0x61030F) is known color: Pohutukawa. HEX triplet: 61, 03 and 0F. RGB value is (97,3,15). Sum of RGB (Red+Green+Blue) = 97+3+15=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #61030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61030F is #9EFCF0. Grayscale: #202020. Windows color (decimal): -10419441 or 983905. OLE color: 983905.

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

Color convert

RGB 97 3 15 -
CMYK 0 0.97 0.85 0.62
HSL 352.34º 0.94% 0.2% -
HSV(B) 352.34º 0.97% 0.38% -
XYZ 5.05 2.64 0.7 -
YUV 32.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 97 3 15 0 0.97 0.85 0.62 352.34 0.94 0.2
Hex 61 3 F 0 61 55 3E 160 5E 14
Octal 141 3 17 0 141 125 76 540 136 24
Binary 1100001 11 1111 0 1100001 1010101 111110 101100000 1011110 10100

Color Harmonies of #61030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61030F

Black with #61030F

Text Example


Text Example

White with #61030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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