Html Css Color HEX #690C1F Pohutukawa

📋 copy color: '#690C1F'

red 105 ◦ green 12 ◦ blue 31

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

Shades of Pohutukawa #690C1F

Tints of Pohutukawa #690C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.11%

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 70.95%
G = 8.11%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#690C1F (or 0x690C1F) is known color: Pohutukawa. HEX triplet: 69, 0C and 1F. RGB value is (105,12,31). Sum of RGB (Red+Green+Blue) = 105+12+31=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #690C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C1F is #96F3E0. Grayscale: #292929. Windows color (decimal): -9892833 or 2034793. OLE color: 2034793.

HSL color Cylindrical-coordinate representation of color #690C1F: hue angle of 347.74º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C1F is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 12 31 -
CMYK 0 0.89 0.70 0.59
HSL 347.74º 0.79% 0.23% -
HSV(B) 347.74º 0.89% 0.41% -
XYZ 6.2 3.37 1.62 -
YUV 41.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 105 12 31 0 0.89 0.70 0.59 347.74 0.79 0.23
Hex 69 C 1F 0 59 46 3B 15C 4F 17
Octal 151 14 37 0 131 106 73 534 117 27
Binary 1101001 1100 11111 0 1011001 1000110 111011 101011100 1001111 10111

Color Harmonies of #690C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C1F

Black with #690C1F

Text Example


Text Example

White with #690C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,12,31); }

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

background-color css

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

 a { background-color: rgb(105,12,31); }

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

border-color css

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

 span { border-color: rgb(105,12,31); }

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