Html Css Color HEX #690D2D Pohutukawa

📋 copy color: '#690D2D'

red 105 ◦ green 13 ◦ blue 45

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

Shades of Pohutukawa #690D2D

Tints of Pohutukawa #690D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.98%

 BLUE value IS 45 (17.97% from 255) = 27.61%

R = 64.42%
G = 7.98%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#690D2D (or 0x690D2D) is known color: Pohutukawa. HEX triplet: 69, 0D and 2D. RGB value is (105,13,45). Sum of RGB (Red+Green+Blue) = 105+13+45=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #690D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D2D is #96F2D2. Grayscale: #2C2C2C. Windows color (decimal): -9892563 or 2952553. OLE color: 2952553.

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

Color convert

RGB 105 13 45 -
CMYK 0 0.88 0.57 0.59
HSL 339.13º 0.78% 0.23% -
HSV(B) 339.13º 0.88% 0.41% -
XYZ 6.44 3.48 2.81 -
YUV 44.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 105 13 45 0 0.88 0.57 0.59 339.13 0.78 0.23
Hex 69 D 2D 0 58 39 3B 153 4E 17
Octal 151 15 55 0 130 71 73 523 116 27
Binary 1101001 1101 101101 0 1011000 111001 111011 101010011 1001110 10111

Color Harmonies of #690D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D2D

Black with #690D2D

Text Example


Text Example

White with #690D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,13,45); }

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

background-color css

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

 a { background-color: rgb(105,13,45); }

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

border-color css

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

 span { border-color: rgb(105,13,45); }

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