Html Css Color HEX #690F2B Pohutukawa

📋 copy color: '#690F2B'

red 105 ◦ green 15 ◦ blue 43

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

Shades of Pohutukawa #690F2B

Tints of Pohutukawa #690F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.2%

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 64.42%
G = 9.2%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#690F2B (or 0x690F2B) is known color: Pohutukawa. HEX triplet: 69, 0F and 2B. RGB value is (105,15,43). Sum of RGB (Red+Green+Blue) = 105+15+43=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #690F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F2B is #96F0D4. Grayscale: #2D2D2D. Windows color (decimal): -9892053 or 2821993. OLE color: 2821993.

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

Color convert

RGB 105 15 43 -
CMYK 0 0.86 0.59 0.59
HSL 341.33º 0.75% 0.24% -
HSV(B) 341.33º 0.86% 0.41% -
XYZ 6.43 3.52 2.63 -
YUV 45.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 105 15 43 0 0.86 0.59 0.59 341.33 0.75 0.24
Hex 69 F 2B 0 56 3B 3B 155 4B 18
Octal 151 17 53 0 126 73 73 525 113 30
Binary 1101001 1111 101011 0 1010110 111011 111011 101010101 1001011 11000

Color Harmonies of #690F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F2B

Black with #690F2B

Text Example


Text Example

White with #690F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,15,43); }

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

background-color css

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

 a { background-color: rgb(105,15,43); }

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

border-color css

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

 span { border-color: rgb(105,15,43); }

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