Html Css Color HEX #690B1A Pohutukawa

📋 copy color: '#690B1A'

red 105 ◦ green 11 ◦ blue 26

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

Shades of Pohutukawa #690B1A

Tints of Pohutukawa #690B1A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.75%

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 73.94%
G = 7.75%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#690B1A (or 0x690B1A) is known color: Pohutukawa. HEX triplet: 69, 0B and 1A. RGB value is (105,11,26). Sum of RGB (Red+Green+Blue) = 105+11+26=142 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.94% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 105 - color contains mainly: red. Hex color #690B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B1A is #96F4E5. Grayscale: #282828. Windows color (decimal): -9893094 or 1706857. OLE color: 1706857.

HSL color Cylindrical-coordinate representation of color #690B1A: hue angle of 350.43º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B1A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 26 -
CMYK 0 0.90 0.75 0.59
HSL 350.43º 0.81% 0.23% -
HSV(B) 350.43º 0.9% 0.41% -
XYZ 6.13 3.32 1.29 -
YUV 40.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 105 11 26 0 0.90 0.75 0.59 350.43 0.81 0.23
Hex 69 B 1A 0 5A 4B 3B 15E 51 17
Octal 151 13 32 0 132 113 73 536 121 27
Binary 1101001 1011 11010 0 1011010 1001011 111011 101011110 1010001 10111

Color Harmonies of #690B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B1A

Black with #690B1A

Text Example


Text Example

White with #690B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690B1A; }

 p { color: rgb(105,11,26); }

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

background-color css

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

 a { background-color: rgb(105,11,26); }

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

border-color css

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

 span { border-color: rgb(105,11,26); }

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