Html Css Color HEX #690715 Pohutukawa

📋 copy color: '#690715'

red 105 ◦ green 7 ◦ blue 21

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

Shades of Pohutukawa #690715

Tints of Pohutukawa #690715

RGB

 RED value IS 105 (41.41% from 255) = 78.95%

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

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

R = 78.95%
G = 5.26%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#690715 (or 0x690715) is known color: Pohutukawa. HEX triplet: 69, 07 and 15. RGB value is (105,7,21). Sum of RGB (Red+Green+Blue) = 105+7+21=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #690715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690715 is #96F8EA. Grayscale: #252525. Windows color (decimal): -9894123 or 1378153. OLE color: 1378153.

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

Color convert

RGB 105 7 21 -
CMYK 0 0.93 0.80 0.59
HSL 351.43º 0.88% 0.22% -
HSV(B) 351.43º 0.93% 0.41% -
XYZ 6.04 3.21 1.01 -
YUV 37.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 105 7 21 0 0.93 0.80 0.59 351.43 0.88 0.22
Hex 69 7 15 0 5D 50 3B 15F 58 16
Octal 151 7 25 0 135 120 73 537 130 26
Binary 1101001 111 10101 0 1011101 1010000 111011 101011111 1011000 10110

Color Harmonies of #690715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690715

Black with #690715

Text Example


Text Example

White with #690715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690715; }

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

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

background-color css

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

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

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

border-color css

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

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

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