Html Css Color HEX #670715 Pohutukawa

📋 copy color: '#670715'

red 103 ◦ green 7 ◦ blue 21

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

Shades of Pohutukawa #670715

Tints of Pohutukawa #670715

RGB

 RED value IS 103 (40.63% from 255) = 78.63%

 GREEN value IS 7 (3.13% from 255) = 5.34%

 BLUE value IS 21 (8.59% from 255) = 16.03%

R = 78.63%
G = 5.34%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#670715 (or 0x670715) is known color: Pohutukawa. HEX triplet: 67, 07 and 15. RGB value is (103,7,21). Sum of RGB (Red+Green+Blue) = 103+7+21=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #670715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670715 is #98F8EA. Grayscale: #252525. Windows color (decimal): -10025195 or 1378151. OLE color: 1378151.

HSL color Cylindrical-coordinate representation of color #670715: hue angle of 351.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670715 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 7 21 -
CMYK 0 0.93 0.80 0.60
HSL 351.25º 0.87% 0.22% -
HSV(B) 351.25º 0.93% 0.4% -
XYZ 5.8 3.09 1 -
YUV 37.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 103 7 21 0 0.93 0.80 0.60 351.25 0.87 0.22
Hex 67 7 15 0 5D 50 3C 15F 57 16
Octal 147 7 25 0 135 120 74 537 127 26
Binary 1100111 111 10101 0 1011101 1010000 111100 101011111 1010111 10110

Color Harmonies of #670715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670715

Black with #670715

Text Example


Text Example

White with #670715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670715; }

 p { color: rgb(103,7,21); }

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

background-color css

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

 a { background-color: rgb(103,7,21); }

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

border-color css

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

 span { border-color: rgb(103,7,21); }

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